Searched defs:isFunction (Results 1 – 2 of 2) sorted by relevance
3254 const isFunction = (val: basicType): boolean => typeof val === 'function'; constant
3073 const isFunction = (val) => typeof val === 'function'; function