database-petani-mobile/node_modules/detect-node-es/es5/node.d.ts
2026-02-23 16:39:35 +07:00

4 lines
98 B
TypeScript

/**
* returns true if the current environment is NodeJS
*/
export declare const isNode: boolean;