UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 275 B
import type { CloneWithoutUndefinedProperties } from '../../types/internal'; /** * Clone object without properties that values is `undefined`. */ export declare const cloneWithoutUndefinedProperties: <Type extends object>(x: Type) => CloneWithoutUndefinedProperties<Type>;