Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 166 Bytes

File metadata and controls

19 lines (13 loc) · 166 Bytes

Development

  • Install dependencies:
pnpm install
  • Run the unit tests:
pnpm run test
  • Build the library:
pnpm run build