3 lines
86 B

declare function difference(arr: any[], ...args: any[]): any[];
export = difference;