UNPKG

react-ionicons

Version:

A React SVG ionicon component

1 lines 97 B
export const isArrayLike = (<T>(x: any): x is ArrayLike<T> => x && typeof x.length === 'number');