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
/
src
/
helper
/
is-function.ts
4 lines
(3 loc)
•
82 B
text/typescript
View Raw
1
2
3
4
export
function
isFunction
(
v
:
any
):
boolean
{
return
typeof
v ===
'function'
; }