UNPKG

@nesvet/n

Version:
8 lines 254 B
// eslint-disable-next-line @typescript-eslint/no-explicit-any export function cleanup(object) { for (const key in object) if (object[key] === undefined) delete object[key]; return object; } //# sourceMappingURL=cleanup.js.map