typescript-adt
v0.0.3
Published
Experimental abstraction of data structure utils for javascript
Downloads
4
Readme
typescript-adt
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.