4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
declare function difference(arr: any[], ...args: any[]): any[];
|
|
|
|
export = difference;
|