Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "async-nmbr", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
## async-nmbr | ||
### Very useful JavaScript Number operator overloading for asynchronous math operations | ||
### Very useful JavaScript Number operator overloading for asynchronous http math operations | ||
#### Getting Started | ||
1. `npm install --save async-nmbr` | ||
1. `npm install --save-dev @babel/core @babel/cli babel-plugin-overload babel-template` | ||
@@ -16,3 +17,3 @@ 1. Create a file called `.babelrc` in your projects root directory | ||
You can do this by simply requiring this package and passing your `Number` object, like this: | ||
You can do this by simply requiring this package and passing the `Number` object in every file that you want to use it in, like this: | ||
@@ -19,0 +20,0 @@ ```javascript |
@@ -22,3 +22,3 @@ const fetch = require('node-fetch'); | ||
const a = this.valueOf(); | ||
return createCallPromise('substract', a, b); | ||
return createCallPromise('subtract', a, b); | ||
}; | ||
@@ -25,0 +25,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3753
35