@sovpro/and-prior
Version:
Wrap a function to return the current and prior computed value
30 lines (29 loc) • 584 B
JSON
{
"name": "@sovpro/and-prior",
"version": "1.0.4",
"description": "Wrap a function to return the current and prior computed value",
"main": "and-prior.js",
"scripts": {
"test": "istanbul cover test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sovpro/and-prior.git"
},
"keywords": [
"return",
"prior",
"computed",
"value",
"wrapper",
"function"
],
"author": "sovpro <its.so@outlook.com>",
"license": "MIT",
"engines": {
"node": ">=0.12.7"
},
"devDependencies": {
"istanbul": "^0.4.5"
}
}