iosonntag_obsidian-plugin-t.../environment.d.ts

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 {}