UNPKG

662 BMarkdownView Raw
1# Installation
2> `npm install --save @types/detect-node`
3
4# Summary
5This package contains type definitions for detect-node (https://github.com/iliakan/detect-node).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/detect-node.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/detect-node/index.d.ts)
10````ts
11declare const isNode: boolean;
12export = isNode;
13
14````
15
16### Additional Details
17 * Last updated: Mon, 06 Nov 2023 22:41:05 GMT
18 * Dependencies: none
19
20# Credits
21These definitions were written by [Leonid Logvinov](https://github.com/LogvinovLeon).
22
\No newline at end of file