pnpm run build
pnpm run clean
pnpm test
pnpm test -- --onlyChanged
pnpm test -- -u
This starts a Node.js REPL where you can import every module inside packages/ folder.
pnpm run repl
Generated using TypeDoc