We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42f1b0c commit ae96928Copy full SHA for ae96928
packages/target-tools/src/now.js
@@ -19,7 +19,7 @@ if (isNodeJS()) {
19
const nodeLoadTime = moduleLoadTime - upTime;
20
21
// Same nano-precision implementation as performance-now lib
22
- nodeJsNow = function () {
+ nodeJsNow = function nanoPrecisionNow() {
23
return (getNanoSeconds() - nodeLoadTime) / MS_PER_NS;
24
};
25
}
0 commit comments