Get the current timestamp in milliseconds.
Usage:
import { mNow } from "mazey";const ret = mNow();console.log(ret); Copy
import { mNow } from "mazey";const ret = mNow();console.log(ret);
Output:
1585325367122 Copy
1585325367122
The current timestamp in milliseconds.
Get the current timestamp in milliseconds.
Usage:
Output: