mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
399 B
TypeScript
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;
|