1.2.0 • Published 3 years ago

@anishshobith/list v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

List

Installation

Npm:

npm install @anishshobith/list

Yarn:

yarn add @anishshobith/list

Usage

JavaScript:

const { List } = require('@anishshobith/list');

const list = new List(); // List<unknown>

TypeScript:

import { List } from '@anishshobith/list');

// or

import List from '@anishshobith/list';

const list = new List<V>(); // List<V>;

Note: More docs coming soon!

Maintained by Anish Shobith P S

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago