Skip to main content
Module

x/libpkgx/src/deps.ts>is_what.isFunction

bringing the entire open source ecosystem to your node and deno apps
Very Popular
Go to Latest
function is_what.isFunction
import { is_what } from "https://deno.land/x/libpkgx@v0.16/src/deps.ts";
const { isFunction } = is_what;

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

Parameters

payload: any