Laptop-Thing/web/node_modules/esm-env/index.d.ts
2024-11-27 12:35:48 -05:00

4 lines
86 B
TypeScript

export const BROWSER: boolean;
export const DEV: boolean;
export const NODE: boolean;