Module

x/deno_slack_hooks/dev_deps.ts>returnsNext

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Latest
function returnsNext
import { returnsNext } from "https://dotland.deno.dev/x/deno_slack_hooks@1.3.0/dev_deps.ts";

Creates a function that returns the iterable values. Any iterable values that are errors will be thrown.

Type Parameters

Return
optional
Self = any
optional
Args extends unknown[] = any[]

Parameters

values: Iterable<Return | Error>

Returns

(this: Self, ...args: Args) => Return