TS-Scribe - v0.6.2
    Preparing search index...

    Function isNode

    • Determines whether the current environment is Node.js.

      Checks for the presence of the process object and its versions.node property, which are specific to the Node.js runtime.

      Returns boolean

      true if running in a Node.js environment, otherwise false.

      isNode(); // true in Node.js, false in browsers or other non-Node environments