UNPKG
wfs-client
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.0
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A very simple WFS client
github.com/geodatagouv/wfs-client
geodatagouv/wfs-client
wfs-client
/
lib
/
util.js
4 lines
(3 loc)
•
83 B
JavaScript
View Raw
1
2
3
4
exports
.
isString
=
function
(
candidate
) {
return
typeof
candidate ===
'string'
}