UNPKG

@withjoy/joykit

Version:

UI Component Library for Joy web

3 lines (2 loc) 139 B
/** Returns whether the value is a function. Acts as a type guard. */ export declare function isFunction(value: any): value is Function;