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

x/ayonli_jsext/external/thenable-generator/index.ts>ThenableAsyncGeneratorFunction

A JavaScript extension package for building strong and modern applications.
Latest
type alias ThenableAsyncGeneratorFunction
import { type ThenableAsyncGeneratorFunction } from "https://deno.land/x/ayonli_jsext@v0.9.72/external/thenable-generator/index.ts";

Type Parameters

optional
T = unknown
optional
TReturn = any
optional
TNext = unknown
optional
TArgs extends any[] = any[]
definition: (...args: TArgs) => ThenableAsyncGenerator<T, TReturn, TNext>