0.1.0 • Published 10 months ago

tech-pdcast-array-utils v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

tech-pdcast-array-utils

This library exposes a set of utilities for working with arrays.

Installation

npm install --save tech-pdcast-array-utils

Usage

unique

import { unique } from 'tech-pdcast-array-utils';

unique([1, 2, 3, 3, 2, 1]); // [1, 2, 3]
0.1.0

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago