@calipsa/timer
Advanced tools
Comparing version 0.0.1 to 1.0.0
declare const _default: () => () => number; | ||
/** | ||
* Measure precise time in Node.js | ||
* @example | ||
* ```javascript | ||
@@ -5,0 +6,0 @@ * const end = timer() |
{ | ||
"name": "@calipsa/timer", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "A simple timer", | ||
@@ -26,12 +26,12 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@calipsa/eslint-config-typescript": "^1.2.0", | ||
"@types/jest": "^24.0.23", | ||
"@calipsa/eslint-config-typescript": "^1.3.0", | ||
"@types/jest": "^25.2.1", | ||
"@types/lodash": "^4.14.149", | ||
"@types/node": "^12.12.15", | ||
"eslint": "^6.7.2", | ||
"jest": "^24.9.0", | ||
"@types/node": "^13.11.0", | ||
"eslint": "^6.8.0", | ||
"jest": "^25.2.7", | ||
"np": "^5.2.1", | ||
"ts-jest": "^24.2.0", | ||
"typescript": "^3.7.3" | ||
"ts-jest": "^25.3.1", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
@@ -5,2 +5,3 @@ import { performance } from 'perf_hooks' | ||
* Measure precise time in Node.js | ||
* @example | ||
* ```javascript | ||
@@ -7,0 +8,0 @@ * const end = timer() |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4040
91
1