Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "a-toolbox", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "lightweight tools", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -37,3 +37,3 @@ # a-toolbox | ||
#### tasks (promises) async manage | ||
#### tasks async manage (no promises) | ||
@@ -84,2 +84,13 @@ ```js | ||
#### object clone | ||
```js | ||
var _clone = {a: {7: 6, k: 'a'}, b: 2}; | ||
console.log('clone', tools.object.clone(_clone)); | ||
//>clone {a: {7: 6, k: 'a'}, b: 2} | ||
``` | ||
#### random | ||
@@ -86,0 +97,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
20820
282