UNPKG

106 BTypeScriptView Raw
1export = arrDiff;
2
3declare function arrDiff<T>(first: readonly T[], ...args: Array<readonly any[]>): T[];