js-list
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

js-list

Javascript list implementation

Installation

$ npm install --save js-list

Usage

var List = require('js-list');
 
var myList = new List();
myList.pushBack(1);
myList.pushBack(8);
console.log(myList.getValues());  // [ 1, 8 ]

For a complete API, see the docs.

License

MIT © Grzegorz Rozdzialik

Readme

Keywords

none

Package Sidebar

Install

npm i js-list

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • gelio