const objectUtil = { omit: undefined, } objectUtil.omit = (prop, { [prop]: _, ...rest }) => rest export default objectUtil