UNPKG

one

Version:

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

11 lines (10 loc) 224 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.js.map