You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.
So I don't have to pass noop functions in that make my code nasty could we do something like oc(a).push._('my value')
that would invoke the function if it exists, if the chain is undefined it just returns undefined? I don't mind submitting a PR
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Feature request:
Currently to invoke a function in the chain I need to do something like this
So I don't have to pass noop functions in that make my code nasty could we do something like
oc(a).push._('my value')
that would invoke the function if it exists, if the chain is undefined it just returns undefined? I don't mind submitting a PR
The text was updated successfully, but these errors were encountered: