UNPKG

beautiful-react-hooks

Version:

A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development

4 lines (3 loc) 161 B
type SomeFunction = (...args: any[]) => any; declare const isFunction: (functionToCheck: unknown) => functionToCheck is SomeFunction; export default isFunction;