moval
Version:
fast de duplication of different types of arrays
39 lines (24 loc) • 539 B
Markdown
# moval
fast de duplication of different types of arrays
## Install
Install with npm:
```
$ npm install --save moval
```
## Usage
* require
```
const tools = require('moval');
```
* fast array de duplication
```
tools.Simplify(array)
```
* with a key value
```
tools.SimplifyByKey(array,'value')
```
## Issues
address:https://github.com/wushuxuan/moval/issues
## About
Please consider following this project's author, Wushuxuan, and consider starring the project to show your support.