UNPKG

@typescript-package/queue

Version:

A lightweight TypeScript library for managing various queue and stack structures.

2 lines (1 loc) 78 B
export { Elements, Processing, TaskQueue, Tasks, Queue, Stack } from './lib';