UNPKG

@techmely/utils

Version:

Collection of helpful JavaScript / TypeScript utils

9 lines (7 loc) 151 B
declare function timeSpan(): { (): number; toRounded(): number; toSeconds(): number; toNanoseconds(): bigint; }; export { timeSpan };