// Type definitions for browser-or-node 1.3 // Project: https://github.com/flexdinesh/browser-or-node // Definitions by: Jussi Kinnula // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 export const isBrowser: boolean; export const isWebWorker: boolean; export const isNode: boolean; export function isJsDom(): boolean;