node.d.ts 98 B

1234
  1. /**
  2. * returns true if the current environment is NodeJS
  3. */
  4. export declare const isNode: boolean;