import { is_what } from "https://deno.land/x/libpkgx@v0.15.2/src/deps.ts";
const { isFunction } = is_what;
Returns whether the payload is a function (regular or async)
Returns
payload is AnyFunction
x/libpkgx/src/deps.ts>is_what.isFunction
import { is_what } from "https://deno.land/x/libpkgx@v0.15.2/src/deps.ts";
const { isFunction } = is_what;
Returns whether the payload is a function (regular or async)