Laptop-Thing/web/node_modules/esm-env/node.js

4 lines
82 B
JavaScript
Raw Permalink Normal View History

2024-11-27 12:35:48 -05:00
export const BROWSER = false;
export const DEV = false;
export const NODE = true;