Functional Programming in TypeScript without class methods
Functional Programming in TypeScript without class methods.
All packages are published to @tsfun organization.
Go to the documentation page.
pnpm run build
pnpm run clean
pnpm test
pnpm test -- --onlyChanged
pnpm test path/to/test/file.test.ts
or
pnpm test filename.test.ts
pnpm test -- -u
This starts a Node.js REPL where you can import every module inside packages/
folder.
pnpm run repl