We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run is missing a return type: https://github.com/motorcyclets/motorcycle/blob/c58d6fdff986fe709c07022d6036a2f1ccb5b2da/packages/run/src/run.ts#L45
run
It returns { sinks, sources, dispose }. It should have a type, so it’s possible to talk about it’s type signature.
{ sinks, sources, dispose }
The text was updated successfully, but these errors were encountered:
I'm thinking the name IODisposable<Sources, Sinks> would be great for this. What do you think?
IODisposable<Sources, Sinks>
Sorry, something went wrong.
Yes. I’m sold!
No branches or pull requests
run
is missing a return type: https://github.com/motorcyclets/motorcycle/blob/c58d6fdff986fe709c07022d6036a2f1ccb5b2da/packages/run/src/run.ts#L45It returns
{ sinks, sources, dispose }
. It should have a type, so it’s possible to talk about it’s type signature.The text was updated successfully, but these errors were encountered: