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