@arjunatlast/jsds
TypeScript icon, indicating that this package has built-in type declarations

2.0.4 • Public • Published

NodeJS Data Structure

NodeJS library with lot of Data Structures to help Back-End Developors.

Build Status License: MIT npm version Coverage Status

Installation

To install latest version run:

  npm install @arjunatlast/jsds

To install the latest development version locally

npm install git+https://github.com/ArjunAtlast/js-datastructure.git

Usage

In Typescript

  import {ArrayList} from "@arjunatlast/jsds";

  ...

  var al = new ArrayList<number>();

CommonJS

  var ArrayList = require("@arjunatlast/jsds").ArrayList;

  ...

  var al = new ArrayList();

Documentation

Read complete documentation at jsds.netlify.com

/@arjunatlast/jsds/

    Package Sidebar

    Install

    npm i @arjunatlast/jsds

    Weekly Downloads

    5

    Version

    2.0.4

    License

    ISC

    Unpacked Size

    205 kB

    Total Files

    98

    Last publish

    Collaborators

    • arjunatlast