Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 1.6 KB

README.md

File metadata and controls

61 lines (43 loc) · 1.6 KB

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.