UNPKG

one

Version:

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

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