/** * Test whether the code is running on NodeJS. * * @return Whether NodeJS or not. */ export declare function is_node(): boolean; //# sourceMappingURL=node.d.ts.map