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
As we are already shipping the relevant omit(o, props) function, from the Object.pick, Object.omit TC39 proposal (currently stage 1), we should also be including its inverted counterpart (the pick function from Object.pick) to be correctly balanced and correct.
We may also need to update the signature of the omit(o, props) function we are currently shipping if there is divergence.
The text was updated successfully, but these errors were encountered:
As we are already shipping the relevant
omit(o, props)
function, from theObject.pick
,Object.omit
TC39 proposal (currently stage 1), we should also be including its inverted counterpart (thepick
function fromObject.pick
) to be correctly balanced and correct.We may also need to update the signature of the
omit(o, props)
function we are currently shipping if there is divergence.The text was updated successfully, but these errors were encountered: