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