UNPKG

@botonic/plugin-contentful

Version:

## What Does This Plugin Do?

3 lines (2 loc) 147 B
export declare function equalArrays<T>(a1: T[], a2: T[]): boolean; export declare function andArrays<T1 extends T2, T2>(a1: T1[], a2: T2[]): T1[];