kongdeqiang
2025-12-01 967c5f088f3394c0ca094b049cae80916c4a3f53
1
2
3
4
/**
 * A function get the intersection of two arrays. IE9+.
 */
export declare const intersection: (arr1: any[], arr2: any[]) => any[];