Skip to content
New issue

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

Consider renaming Lazy to Value. #98

Open
metasansana opened this issue Apr 23, 2023 · 0 comments
Open

Consider renaming Lazy to Value. #98

metasansana opened this issue Apr 23, 2023 · 0 comments
Milestone

Comments

@metasansana
Copy link
Contributor

metasansana commented Apr 23, 2023

For use like this:

import * as lazy from '@quenk/noni/lib/data/lazy';

export type MyValue  = lazy.Value<string>;

const doSomething = (val: MyValue) => lazy.resolve(val);
@metasansana metasansana added this to the Noni 2.0 milestone Apr 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant