UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

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