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
/
src
/
isString.ts
4 lines
(3 loc)
•
85 B
text/typescript
View Raw
1
2
3
4
export
default
function
isString
(
s
:
any
):
boolean
{
return
typeof
s ===
'string'
}