MCPcopy
hub / github.com/theajack/disable-devtool / now

Function now

src/utils/util.ts:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1
2
3export function now () {
4 return new Date().getTime();
5}
6
7export function calculateTime (func: Function) {
8 const start = now();

Callers 2

detectMethod · 0.90
calculateTimeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected