mirror of
https://github.com/standardnotes/app
synced 2026-01-16 19:04:58 -05:00
4 lines
100 B
TypeScript
4 lines
100 B
TypeScript
/** Declared in webpack config */
|
|
declare const __IS_DEV__: boolean
|
|
export const isDev = __IS_DEV__
|