@synple.dev/funk
v1.2.0
Published
Readme
Funk(tional)
This library holds most of the logic for the monadic tools used through all Synple other libraries.
The rules
This repository :
- MUST NOT hold any business logic concerning synthesizers, modules, blueprints, user accounts or anything.
- MUST NOT hold anything regarding IO or asynchronous operation concerning databases or web frameworks.
- MUST hold everything regarding monads and orchestration of treatments and be used throughout our other libraries.
- MUST have the least possible breaking changes as many other apps use it as a foundational layer*
- MUST have the least possible dependencies as it is, again, a foundational layer.
How to use
To install dependencies:
bun installTo build the application:
bun buildTo publish the application:
bun publish --access public