UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

6 lines 216 B
function omit(obj, props) { const filteredEntries = Object.entries(obj).filter(([key]) => !props.includes(key)); return Object.fromEntries(filteredEntries); } export { omit }; //# sourceMappingURL=omit.js.map