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

2 lines
94 B
TypeScript
Executable file

export declare const allStringsOfArray1InArray2: (arr1: string[], arr2: string[]) => boolean;