UNPKG

460 BTypeScriptView Raw
1export declare let assign: {
2 <T, U>(target: T, source: U): T & U;
3 <T_1, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V;
4 <T_2, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W;
5 (target: object, ...sources: any[]): any;
6};
7export declare function fillNulls<T>(count: number): T[];
8export declare function values<T>(obj: {
9 [s: string]: T;
10}): T[];
11//# sourceMappingURL=object-utils.d.ts.map
\No newline at end of file