@airquality/object-iterator
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@airquality/object-iterator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Object iterator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,6 +5,12 @@ # @airquality/object-iterator | ||
## Install | ||
```sh | ||
npm i --save @airquality/object-iterator | ||
``` | ||
## Usage | ||
```js | ||
const iterator = require('./') | ||
const iterator = require('@airquality/object-iterator') | ||
@@ -11,0 +17,0 @@ const object = { |
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
2806
31