Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/localekit/mod.ts>Is.isFunction

A translation plugin for Deno
Latest
variable Is.isFunction
import { Is } from "https://deno.land/x/localekit@2.2.0/mod.ts";
const { isFunction } = Is;

Checks if a value is a function.

type

(value: unknown) => boolean