Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "pedash", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A lodash-like javascript helper -- for dummies", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -24,1 +24,39 @@ ## Pedash | ||
``` | ||
## Available methods | ||
#### getCharCountsByKey(arr: any[]) | ||
``` | ||
// Example | ||
``` | ||
#### randomId() | ||
``` | ||
// Example | ||
``` | ||
#### getLongest(arr: any[], key?: string) | ||
``` | ||
// Example | ||
``` | ||
#### getUnique(arr: any[]) | ||
``` | ||
// Example | ||
``` | ||
#### groupByKey(arr: any[], key?: string) | ||
``` | ||
// Example | ||
``` | ||
#### getHighest(arr: any[], key?: string) | ||
``` | ||
// Example | ||
``` |
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
2532
62