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-string.js
8 lines
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isString
=
void
0
;
function
isString
(
v
) {
return
typeof
v ===
'string'
; }
exports
.
isString
= isString;
//# sourceMappingURL=is-string.js.map