@jusenpai/timer
Version:
A lightweight library capable of measuring how much time a callback requires to execute.
17 lines (16 loc) • 413 B
JSON
{
"name": "@jusenpai/timer",
"version": "1.0.4",
"repository": "https://github.com/JuSenpai/timer",
"description": "A lightweight library capable of measuring how much time a callback requires to execute.",
"main": "index.js",
"keywords": ["timer", "js-timer"],
"scripts": {
"test": "jest"
},
"author": "Cosmin STOICA",
"license": "ISC",
"devDependencies": {
"jest": "^24.8.0"
}
}