utility-hand
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "utility-hand", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "scripts": {}, |
@@ -16,1 +16,9 @@ # utility-hand | ||
const { numSort, trimAll } = require('utility-hand'); | ||
trimAll(" Hello World! ") | ||
``` | ||
OR | ||
```javascript | ||
require('utility-hand'); | ||
" Hello World! ".trimAll() | ||
``` |
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
1592
23