seasonedcc / composable-functions

Types and functions to make composition easy and safe
MIT License
652 stars 13 forks source link

Accept sync functions #71

Closed gustavoguichard closed 1 year ago

gustavoguichard commented 1 year ago

This always had bugged me. Sometimes we want sync functions as domain-function's body but due to a lack of TS prowess we haven't achieved it yet... well, that time has come =)

gustavoguichard commented 1 year ago

@diogob we tried 🙈