Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ isString
Function
isString
lib/web/jshint.js:1274–1276 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
1272
exports.isNumber = isNumber;
1273
1274
function
isString(arg) {
1275
return
typeof arg ===
'string'
;
1276
}
1277
exports.isString = isString;
1278
1279
function
isSymbol(arg) {
Callers
7
jshint.js
File · 0.85
formatValue
Function · 0.85
formatPrimitive
Function · 0.85
createExtremum
Function · 0.85
includes
Function · 0.85
isEmpty
Function · 0.85
itself
Function · 0.85
Calls
2
isObjectLike
Function · 0.85
call
Method · 0.45
Tested by
no test coverage detected