UNPKG

vuestic-ui

Version:
11 lines (10 loc) 222 B
const omit = (o, keys) => { return Object.keys(o).filter((key) => !keys.includes(key)).reduce((acc, key) => { acc[key] = o[key]; return acc; }, {}); }; export { omit as o }; //# sourceMappingURL=omit.mjs.map