@common-utilities/filter-array
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@common-utilities/filter-array", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "A basic implementation of the common utility function, filter-array 🧹", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.js", | ||
], | ||
"gitHead": "0c2892395dbb2963f10f5cddda5b311591d2dbad" | ||
"gitHead": "306640dddfb574cc3958dd3b312fdae5c8933d5f" | ||
} |
@@ -10,25 +10,2 @@ # @common-utilities/filter-array 🧰🧹 | ||
## Install | ||
```bash | ||
yarn add @common-utilities/filter-array -D | ||
``` | ||
## Usage | ||
```javascript | ||
filterArray(['test', 'test', 'foo', 'bar', 'biz']) | ||
// ['test', 'foo', 'bar', 'biz']) | ||
``` | ||
--- | ||
## Common Utilities 🧰 | ||
**No cruft. No bloat. No dependencies.** | ||
Simple, typed, functional, documented, and tested javascript utility functions. | ||
--- | ||
View other [common utilities](https://github.com/yowainwright/common-utilities). | ||
Check out the [filter-array page](https://www.common-utilities.com/utilities/packages/filter-array) in the [docs](https://www.common-utilities.com)! License, MIT |
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
4465
10