1.0.3 • Published 4 years ago

moval v1.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

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.