// Type definitions for arr-diff 4.0 // Project: https://github.com/jonschlinkert/arr-diff // Definitions by: BendingBender // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = arrDiff; declare function arrDiff(first: T[], ...args: any[][]): T[];