D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
epksuofuukz9
/
www
/
admin
/
plugins
/
filterizr
/
utils
/
Filename :
intersection.d.ts
back
Copy
/** * A function get the intersection of two arrays. IE9+. */ export declare const intersection: (arr1: any[], arr2: any[]) => any[];