Skip to main content
Module

x/aloedb/lib/utils.ts>isFunction

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
function isFunction
import { isFunction } from "https://deno.land/x/aloedb@0.1.0/lib/utils.ts";

Checks whether the value is a function.

Parameters

target: unknown

Target to check.

Returns

target is (...args: any) => any

Result of checking.