UNPKG

vevet

Version:

Vevet is a JavaScript library for creative development that simplifies crafting rich interactions like split text animations, carousels, marquees, preloading, and more.

2 lines 210 B
export declare function mergeWithNoUndefined<S extends Record<string, any>, A extends Record<string, any>>(source: S, add: A): S & Record<keyof A, A[keyof A]>; //# sourceMappingURL=mergeWithNoUndefined.d.ts.map