# Installation
> `npm install --save @types/detect-node`

# Summary
This package contains type definitions for detect-node (https://github.com/iliakan/detect-node).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/detect-node.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/detect-node/index.d.ts)
````ts
declare const isNode: boolean;
export = isNode;

````

### Additional Details
 * Last updated: Mon, 06 Nov 2023 22:41:05 GMT
 * Dependencies: none

# Credits
These definitions were written by [Leonid Logvinov](https://github.com/LogvinovLeon).
