successor
Version:
In mathematics, the successor function or successor operation sends a natural number to the next one.
22 lines (21 loc) • 490 B
JSON
{
"name": "successor",
"version": "1.0.1",
"description": "In mathematics, the successor function or successor operation sends a natural number to the next one.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"successor",
"math",
"util"
],
"author": "skibidi-toilet-hacker",
"license": "MIT",
"dependencies": {
"is-negative": "^2.1.0",
"is-number": "^7.0.0",
"true": "^0.0.4"
}
}