UNPKG
whatlib
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A library for strange code, but it's working
Minecodes/whatlib
whatlib
/
src
/
is
/
isstr.ts
1 lines
•
47 B
text/typescript
View Raw
1
export
default
(_)=>{
return
typeof
_==
"string"
}