DefinitelyTyped/types/exenv/index.d.ts
2018-03-21 00:02:59 +00:00

11 lines
399 B
TypeScript

// Type definitions for exenv 1.2
// Project: https://github.com/JedWatson/exenv
// Definitions by: Christian Chown <https://github.com/christianchown>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.6
export const canUseDOM: boolean;
export const canUseEventListeners: boolean;
export const canUseViewport: boolean;
export const canUseWorkers: boolean;