UNPKG

one

Version:

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

8 lines (7 loc) 219 B
function removeUndefined(obj) { const result = {}; for (const key in obj) obj[key] !== void 0 && (result[key] = obj[key]); return result; } export { removeUndefined }; //# sourceMappingURL=removeUndefined.mjs.map