mazey
    Preparing search index...

    Function mNow

    • Get the current timestamp in milliseconds.

      Usage:

      import { mNow } from "mazey";

      const ret = mNow();
      console.log(ret);

      Output:

      1585325367122
      

      Returns number

      The current timestamp in milliseconds.