0.1.4 • Published 9 years ago

xfilterjs v0.1.4

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
9 years ago

XFilterJS

A util package for working with JS Arrays

Installation

npm install --save xfilterjs

Usage

const xfilter = require('xfilterjs');

let foo = [1, 2, 3, 'a', 2, 'a', 4, 'b'];

let bar = xfilter.duplicates(foo);

console.log(bar); // Output: [1, 3, 4, b]
0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago