MCPcopy
hub / github.com/witheve/Eve / now

Function now

src/microReact.js:1–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function now() {
2 if (window.performance) {
3 return window.performance.now();
4 }
5 return (new Date()).getTime();
6}
7function shallowEquals(a, b) {
8 if (a === b)
9 return true;

Callers 1

microReact.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected