unfun
v0.0.1
Published
Type-safe functional programming library written in TypeScript
Downloads
4
Maintainers
Readme
unfun ⚠️ WIP ⚠️
Type-safe functional programming library written in TypeScript.
npm add unfun
Features
- Written in TypeScript with full type safety
- Point-free design
- Zero dependencies
- 100% test coverage
Scripts
| Script | Description | | ------- | -------------------------------- | | dev | Run Astro docs in development | | build | Build Astro docs for production | | preview | Preview production Astro docs | | test | Run unit test suite | | clean | Clean generated directories | | format | Format code using Prettier | | package | Package library for distribution | | release | Release library to NPM |