Skip to main content
Module

x/funky/mod.ts>isFunction

Getting funky with Deno!
Latest
variable isFunction
Re-export
import { isFunction } from "https://deno.land/x/funky@v0.3.2/mod.ts";

Type-safe check whether @value is a Function.

type

(value: any) => value is Function