UNPKG

100 BTypeScriptView Raw
1export declare function assignTwoLevelsDeep<TObject, T>(_dest: TObject, ...args: T[]): TObject & T;