Skip to content

agiletech-web-dev/js-utils-es

Repository files navigation

js-utils-es

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

Documentation is available at https://js-utils-es.vercel.app.

Installation

npm install js-utils-es

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