AdminLTE/plugins/filterizr/utils/intersection.d.ts
REJack e3888aee85
created new gallery page
- added filterizr to plugins
- created gallery demo
2019-08-28 11:42:16 +02:00

5 lines
136 B
TypeScript
Executable file

/**
* A function get the intersection of two arrays. IE9+.
*/
export declare const intersection: (arr1: any[], arr2: any[]) => any[];