Awaitable effect function.
This function returns a Promise with a void
value which means is not doing
a data transformation, but instead running some kind of async side-effect.
Arguments extends ReadonlyArray
Tuple of arguments.
Awaitable effect function.
This function returns a Promise with a void
value which means is not doing
a data transformation, but instead running some kind of async side-effect.
Arguments extends ReadonlyArray
Tuple of arguments.
Add Package
deno add jsr:@coven/types
Import symbol
import { type AwaitableEffect } from "@coven/types";
---- OR ----
Import directly with a jsr specifier
import { type AwaitableEffect } from "jsr:@coven/types";
Add Package
npx jsr add @coven/types
Import symbol
import { type AwaitableEffect } from "@coven/types";
Add Package
yarn dlx jsr add @coven/types
Import symbol
import { type AwaitableEffect } from "@coven/types";
Add Package
pnpm dlx jsr add @coven/types
Import symbol
import { type AwaitableEffect } from "@coven/types";
Add Package
bunx jsr add @coven/types
Import symbol
import { type AwaitableEffect } from "@coven/types";