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

x/ayonli_jsext/workerd/index.ts>AsyncFunction

A JavaScript extension package for building strong and modern applications.
Latest
interface AsyncFunction
import { type AsyncFunction } from "https://deno.land/x/ayonli_jsext@v0.9.72/workerd/index.ts";

Call Signatures

(...args: any[]): Promise<unknown>

Properties

readonly
length: number
readonly
name: string
variable AsyncFunction
import { AsyncFunction } from "https://deno.land/x/ayonli_jsext@v0.9.72/workerd/index.ts";

This is the very constructor/class of all async functions.