4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
|
declare function combine(keys: string[], values: any[]): any;
|
||
|
|
||
|
export = combine;
|