@chengaoyuan/list
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

list

npm version install size NPM Downloads Build Status Coverage Status

Installation

$ npm install @chengaoyuan/list

Usage

import List from "@chengaoyuan/list";
import * as assert from "assert";

const l = new List<number>(1, 2, 3, 5, 4, 1, 2, 4);
assert.deepEqual(l.sort().toArray(), [1, 1, 2, 2, 3, 4, 4, 5]);

Testing

$ npm test

Readme

Keywords

Package Sidebar

Install

npm i @chengaoyuan/list

Weekly Downloads

3

Version

1.1.1

License

MIT

Unpacked Size

27.5 kB

Total Files

6

Last publish

Collaborators

  • chengaoyuan