Experimental abstraction of data structure utils for javascript (browsser/nodejs)
Install package:
# npm
npm install typescript-adt
# yarn
yarn add typescript-adt
# pnpm
pnpm install typescript-adt
# bun
bun install typescript-adtImport:
// ESM
import {} from "typescript-adt";
// CommonJS
const {} = require("typescript-adt");- 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
Made with 💛
Published under MIT License.