Module

x/scaffold/src/deps/npm.ts>isFunction

scaffold your next project with style and 💗
Latest
function isFunction
import { isFunction } from "https://dotland.deno.dev/x/scaffold@0.3.0/src/deps/npm.ts";

Returns whether the payload is a function (regular or async)

Parameters

payload: any