0.1.148 • Published 7 years ago

@pilotlab/collections v0.1.148

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

collections

Generic lists, queues, and stacks.

Install

sudo npm install --save @pilotlab/collections

Usage

import {List, Queue, Stack} from '@pilotlab/collections';