UNPKG

@0xc/queue

Version:

Basic queue implementation in TypeScript with generics support

10 lines (7 loc) 591 B
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/tcarrio/ts-queue.svg?branch=master)](https://travis-ci.org/tcarrio/ts-queue) [![npm bundle size (scoped)](https://img.shields.io/bundlephobia/min/@0xc/queue)](https://www.npmjs.com/package/@0xc/queue) ![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/tcarrio/ts-queue) # @0xc/queue This package is meant to provide a basic FIFO queue with generics support for JS packages. Implemented in TypeScript.