UNPKG
echarts-for-react-pix
Version:
latest (3.0.2-b)
3.0.2
3.0.2-b
3.0.2-a
Apache Echarts components for React.
github.com/hustcc/echarts-for-react
hustcc/echarts-for-react
echarts-for-react-pix
/
lib
/
helper
/
is-function.js
8 lines
•
241 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isFunction
=
void
0
;
function
isFunction
(
v
) {
return
typeof
v ===
'function'
; }
exports
.
isFunction
= isFunction;
//# sourceMappingURL=is-function.js.map