MCPcopy
hub / github.com/microsoft/SandDance / isFunction

Function isFunction

docs/tests/v2/es6/js/sanddance.js:8195–8197  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

8193exports.isError = isError;
8194
8195function isFunction(arg) {
8196 return typeof arg === 'function';
8197}
8198
8199exports.isFunction = isFunction;
8200

Callers 1

formatValueFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected