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