UNPKG

typedash

Version:

modern, type-safe collection of utility functions

14 lines (12 loc) 390 B
import { filterObject, createObjectPredicate } from './chunk-ZOJ4KZMQ.js'; import { negate } from './chunk-5QPXZP64.js'; // src/functions/omit/omit.ts function omit(object, propertiesOrPredicate) { return filterObject( object, negate(createObjectPredicate(propertiesOrPredicate)) ); } export { omit }; //# sourceMappingURL=out.js.map //# sourceMappingURL=chunk-L4HB6ILP.js.map