Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/violentmonkey/violentmonkey
/ isString
Function
isString
src/injected/safe-globals.js:17–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
});
17
export
const
isString = val => typeof val ===
'string'
;
18
19
export
const
getOwnProp = (obj, key, defVal) => {
20
// obj may be a Proxy that throws in has() or its getter throws
Callers
8
makeElem
Function · 0.85
HttpRequested
Function · 0.85
onRequestCreate
Function · 0.85
isChildWindowKey
Function · 0.85
proxyDescribe
Function · 0.85
GM_download
Function · 0.85
GM_addValueChangeListener
Function · 0.85
GM_addElement
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected