Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

`import`… but with pkging powers
Very Popular
Latest
type alias is_what.AnyAsyncFunction
import { type is_what } from "https://deno.land/x/libpkgx@v0.18.1/src/deps.ts";
const { AnyAsyncFunction } = is_what;
definition: (...args: any[]) => Promise<any>