UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

12 lines (11 loc) 243 B
function removeUndefined(obj) { const result = {}; for (const key in obj) { if (obj[key] !== void 0) { result[key] = obj[key]; } } return result; } export { removeUndefined }; //# sourceMappingURL=removeUndefined.mjs.map