quartz/wallet/node_modules/browser-or-node/lib/index.d.ts
2022-03-04 20:05:23 +08:00

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;