tech-pdcast-array-utils

0.1.0 • Public • Published

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]

Package Sidebar

Install

npm i tech-pdcast-array-utils

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

1.7 kB

Total Files

4

Last publish

Collaborators

  • logaretm