Skip to main content
Module

x/deno_slack_hooks/dev_deps.ts>stub

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

Replaces an instance method with a Stub.

Type Parameters

Self
Prop extends keyof Self

Parameters

self: Self
property: Prop

Returns

Stub<Self, GetParametersFromProp<Self, Prop>, GetReturnFromProp<Self, Prop>>

Type Parameters

Self
Prop extends keyof Self

Parameters

self: Self
property: Prop
func: (this: Self, ...args: GetParametersFromProp<Self, Prop>) => GetReturnFromProp<Self, Prop>

Returns

Stub<Self, GetParametersFromProp<Self, Prop>, GetReturnFromProp<Self, Prop>>