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

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

A JavaScript extension package for building strong and modern applications.
Latest
type alias ThenableGeneratorFunction
import { type ThenableGeneratorFunction } 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) => ThenableGenerator<T, TReturn, TNext>
variable ThenableGeneratorFunction
import { ThenableGeneratorFunction } from "https://deno.land/x/ayonli_jsext@v0.9.72/external/thenable-generator/index.ts";

type

ThenableGeneratorFunctionConstructor