mirror of
https://github.com/iosonntag/obsidian-plugin-treefocus.git
synced 2026-07-22 08:40:29 +00:00
11 lines
No EOL
265 B
TypeScript
11 lines
No EOL
265 B
TypeScript
declare global {
|
|
namespace NodeJS {
|
|
interface ProcessEnv {
|
|
NODE_ENV: 'development' | 'production';
|
|
}
|
|
}
|
|
}
|
|
|
|
// If this file has no import/export statements (i.e. is a script)
|
|
// convert it into a module by adding an empty export statement.
|
|
export {} |