UNPKG

wix-storybook-utils

Version:

Utilities for automated component documentation within Storybook

9 lines 384 B
import { __assign } from "tslib"; export default (function (object) { return function (predicate) { return Object.entries(object).reduce(function (result, _a) { var _b; var key = _a[0], value = _a[1]; return predicate(key, value) ? result : __assign(__assign({}, result), (_b = {}, _b[key] = value, _b)); }, {}); }; }); //# sourceMappingURL=omit.js.map