UNPKG

@fancyapps/ui

Version:

Robust JavaScript UI Component Library

5 lines (4 loc) 179 B
/** * Merge the contents of two or more objects together into the first object */ export declare const extend: <T extends Record<string, any>>(target: T, ...sources: T[]) => T;