UNPKG
skedify-calendar
Version:
latest (1.2.0-rc.1)
1.2.0-rc.1
1.0.1
1.0.0
Skedify Calendar React component
github.com/skedify/skedify-calendar
skedify/skedify-calendar
skedify-calendar
/
lib
/
es
/
utils
/
isFunction.js
3 lines
•
102 B
JavaScript
View Raw
1
2
3
export
function
isFunction
(
obj
) {
return
Boolean
(obj && obj.
constructor
&& obj.
call
&& obj.
apply
); }