@types/exenv
Version:
TypeScript definitions for exenv
24 lines (18 loc) • 740 B
Markdown
# Installation
> `npm install --save @types/exenv`
# Summary
This package contains type definitions for exenv (https://github.com/JedWatson/exenv).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/exenv.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/exenv/index.d.ts)
````ts
export const canUseDOM: boolean;
export const canUseEventListeners: boolean;
export const canUseViewport: boolean;
export const canUseWorkers: boolean;
````
### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Dependencies: none
# Credits
These definitions were written by [Christian Chown](https://github.com/christianchown).