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

4 lines
80 B
JavaScript
Raw Permalink Normal View History

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