Functional Programming in TypeScript without class methods.
All packages are published to @tsfun organization.
Go to the documentation page.
- Node.js ≥ 10.16.3
- Package Manager: pnpm
- Git
pnpm run buildpnpm run cleanpnpm testpnpm test -- --onlyChangedpnpm test path/to/test/file.test.tsor
pnpm test filename.test.tspnpm test -- -uThis starts a Node.js REPL where you can import every module inside packages/ folder.
pnpm run repl