Skip to content

elhakimdev/typescript-abstract-data-type

Repository files navigation

typescript-adt

npm version npm downloads bundle Codecov

Experimental abstraction of data structure utils for javascript (browsser/nodejs)

Usage

Install package:

# npm
npm install typescript-adt

# yarn
yarn add typescript-adt

# pnpm
pnpm install typescript-adt

# bun
bun install typescript-adt

Import:

// ESM
import {} from "typescript-adt";

// CommonJS
const {} = require("typescript-adt");

Development

  • Clone this repository
  • Install latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run interactive tests using pnpm dev

License

Made with 💛

Published under MIT License.

About

A basic datastructure & abstract data type implementation with Typescript

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published