0.1.0 • Published 3 years ago

tech-pdcast-array-utils v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years 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

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago