edumanagerpro2/node_modules/browser-or-node/lib/index.d.ts

6 lines
199 B
TypeScript

export declare const isBrowser: boolean;
export declare const isWebWorker: boolean;
export declare const isNode: boolean;
export declare const isJsDom: boolean;
export declare const isDeno: boolean;