Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/didi/mpx
/ isString
Function
isString
packages/utils/src/base.js:3–5 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
1
const
noop = () => { }
2
3
function
isString (str) {
4
return
typeof str ===
'string'
5
}
6
7
function
isBoolean (bool) {
8
return
typeof bool ===
'boolean'
Callers
10
attrMatch
Function · 0.90
doTest
Function · 0.90
compareParams
Function · 0.90
doValidator
Function · 0.90
setValidator
Method · 0.90
watch
Method · 0.90
onUnhandledRejection
Function · 0.90
genFor
Function · 0.90
relativeTo
Method · 0.90
observe
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected