@pilotlab/collections

A luxurious user experience framework, developed by your friends at Pilot.

Usage no npm install needed!

<script type="module">
  import pilotlabCollections from 'https://cdn.skypack.dev/@pilotlab/collections';
</script>

README

collections

Generic lists, queues, and stacks.

Install

sudo npm install --save @pilotlab/collections

Usage

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