UNPKG

@egjs/react-infinitegrid

Version:

A React component that can arrange items infinitely according to the type of grids

4 lines (3 loc) 94 B
export function isFunction(val: any): val is Function { return typeof val === "function"; }