index.d.ts 86 B

123
  1. export const BROWSER: boolean;
  2. export const DEV: boolean;
  3. export const NODE: boolean;