Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CollectPluginArgs

Utility to provide methods with autocompletion and type checking based on which plugins are used.

type CollectPluginArgs<TPlugins extends AdLadPlugin, TOptionsName extends string, TArgIndex extends number> = OmitMissing<CollectPluginArgsWithNever<TPlugins, TOptionsName, TArgIndex>>;

§Type Parameters

§
TPlugins extends AdLadPlugin
[src]
§
TOptionsName extends string
[src]
§
TArgIndex extends number
[src]

§Type

§
OmitMissing<CollectPluginArgsWithNever<TPlugins, TOptionsName, TArgIndex>>
[src]