UNPKG

@navikt/ds-react

Version:

React components from the Norwegian Labour and Welfare Administration.

8 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.omit = omit; function omit(obj, props) { const filteredEntries = Object.entries(obj).filter(([key]) => !props.includes(key)); return Object.fromEntries(filteredEntries); } //# sourceMappingURL=omit.js.map