UNPKG

@botonic/plugin-contentful

Version:

Botonic Plugin Contentful is one of the **[available](https://github.com/hubtype/botonic/tree/master/packages)** plugins for Botonic. **[Contentful](http://www.contentful.com)** is a CMS (Content Management System) which manages contents of a great variet

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[];