0.1.56 • Published 6 years ago

@pilotlab/lux-collections v0.1.56

Weekly downloads
5
License
ISC
Repository
gitlab
Last release
6 years ago

lux-collections

Generic lists, queues, and stacks.

Install

sudo npm install --save @pilotlab/lux-collections

Usage

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