Documentation/Example
Is there a plan for creating documentation or examples? Maybe somewhere there are examples of use?
Hey @lulldev, some docs for the core package are available in the readme https://github.com/raveclassic/injectable-ts/blob/main/packages/core/README.md More coming soon!
the library is very interesting for me. i can help with documentation and contribute
Any help with docs is much appreciated and welcomed!
@raveclassic im in progress. at this moment i need help with fp-ts bindings - maybe some small example or description.
p.s
constructor of not export in:
export const { chain, ap, map, apFirst, chainFirst, apSecond, flatten } =
pipeable(MonadInjectable)
is it bug?