MCPcopy Create free account
hub / github.com/violentmonkey/violentmonkey / isFunction

Function isFunction

src/common/safe-globals-shared.js:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32export const kXhrType = 'xhrType';
33export const SKIP_SCRIPTS = 'SkipScripts';
34export const isFunction = val => typeof val === 'function';
35export const isObject = val => val != null && typeof val === 'object';
36export const kFileName = 'fileName';
37export const kUseMenu = 'useMenu';

Callers 13

onRequestCreateFunction · 0.85
onRequestInitErrorFunction · 0.85
safe-globals.jsFile · 0.85
setWindowEventFunction · 0.85
createNotificationFunction · 0.85
webAddElementFunction · 0.85
NotificationFunction · 0.85
notifyOpenerFunction · 0.85
proxifyValueFunction · 0.85
browser.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected