Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 554 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 554 Bytes

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