UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

16 lines (13 loc) 257 B
'use strict'; const omit = (keys) => (obj) => { const result = {}; for (const key in obj) { if (keys.includes(key)) { continue; } result[key] = obj[key]; } return result; }; exports.omit = omit; //# sourceMappingURL=omit.cjs.map