Files
standardnotes-app-web/packages/snjs/lib/IsDev.ts

4 lines
100 B
TypeScript

/** Declared in webpack config */
declare const __IS_DEV__: boolean
export const isDev = __IS_DEV__