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
would it be possible to create a pick that allow to use existing optic to collect the keys:
const user = { firstName: 't', lastName: 't', age: 1} O.get(Opick(lFirstName, lLastname), user) // return => { firstName: 't', lastName: 't' }
maybe it's already possible or we need something more generic like a parallel where the optics are all run on the source object instead of piped?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
would it be possible to create a pick that allow to use existing optic to collect the keys:
maybe it's already possible or we need something more generic like a parallel where the optics are all run on the source object instead of piped?
The text was updated successfully, but these errors were encountered: