@nevware21/ts-utils
    Preparing search index...

    Function hasProcessNextTick

    • Identifies if the runtime supports the process.nextTick API.

      Returns boolean

      True if the runtime supports process.nextTick otherwise false.

      0.15.0

      if (hasProcessNextTick()) {
      console.log("process.nextTick is available");
      }