UNPKG

@zpg6-test-pkgs/better-auth

Version:

The most comprehensive authentication library for TypeScript.

6 lines (4 loc) 140 B
const getDate = (span, unit = "ms") => { return new Date(Date.now() + (unit === "sec" ? span * 1e3 : span)); }; export { getDate as g };