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.
As we are already shipping the relevant
omit(o, props)function, from theObject.pick,Object.omitTC39 proposal (currently stage 1), we should also be including its inverted counterpart (thepickfunction 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.