MCPcopy 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});
17export const isString = val => typeof val === 'string';
18
19export const getOwnProp = (obj, key, defVal) => {
20 // obj may be a Proxy that throws in has() or its getter throws

Callers 8

makeElemFunction · 0.85
HttpRequestedFunction · 0.85
onRequestCreateFunction · 0.85
isChildWindowKeyFunction · 0.85
proxyDescribeFunction · 0.85
GM_downloadFunction · 0.85
GM_addElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected