UNPKG
eightsleep
Version:
latest (1.5.3)
1.5.3
1.5.1
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.2
1.1.0
1.0.0
eightsleep api client
github.com/tjmehta/node-eightsleep
tjmehta/node-eightsleep
eightsleep
/
dist
/
cjs
/
isString.js
7 lines
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
function
isString
(
s
) {
return
typeof
s ===
'string'
; }
exports
.
default
= isString;
//# sourceMappingURL=isString.js.map