UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

3 lines (2 loc) 94 B
declare function isMap<K = unknown, V = unknown>(x: unknown): x is Map<K, V>; export = isMap;