@iter-tools/collections
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@iter-tools/collections

The iter tools data collection classes, made available as a single package. Includes typescript libdefs. Suitable for node or browser environments. Supports native es imports in node > 13.2.

Usage

import {
  List,
  Map,
  Queue,
  Set,
} from '@iter-tools/collections';

// OR

const {
  List,
  Map,
  Queue,
  Set,
} = require('@iter-tools/collections');

Until Typescript supports package exports you must enable esModuleInterop to use this module.

API

API documentation is provided individually for List, Map, Queue, and Set.

Package Sidebar

Install

npm i @iter-tools/collections

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.88 kB

Total Files

5

Last publish

Collaborators

  • conartist6