Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/libpkgx/src/deps.ts>is_what.AnyFunction

bringing the entire open source ecosystem to your node and deno apps
Very Popular
Go to Latest
type alias is_what.AnyFunction
import { type is_what } from "https://deno.land/x/libpkgx@v0.16/src/deps.ts";
const { AnyFunction } = is_what;
definition: (...args: any[]) => any