4 lines
78 B
TypeScript
4 lines
78 B
TypeScript
declare function intersect(...arr: Array<any[]>): any[];
|
|
|
|
export = intersect;
|