UNPKG

303 BTypeScriptView Raw
1// Type definitions for detect-node 2.0
2// Project: https://github.com/iliakan/detect-node
3// Definitions by: Leonid Logvinov <https://github.com/LogvinovLeon>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 2.4
6
7declare const isNode: boolean;
8export = isNode;