Async genreator function constructor.
Async genreator function constructor.
Add Package
deno add jsr:@libs/typing
Import symbol
import { AsyncGeneratorFunction } from "@libs/typing/func";
---- OR ----
Import directly with a jsr specifier
import { AsyncGeneratorFunction } from "jsr:@libs/typing/func";
Add Package
npx jsr add @libs/typing
Import symbol
import { AsyncGeneratorFunction } from "@libs/typing/func";
Add Package
yarn dlx jsr add @libs/typing
Import symbol
import { AsyncGeneratorFunction } from "@libs/typing/func";
Add Package
pnpm dlx jsr add @libs/typing
Import symbol
import { AsyncGeneratorFunction } from "@libs/typing/func";
Add Package
bunx jsr add @libs/typing
Import symbol
import { AsyncGeneratorFunction } from "@libs/typing/func";