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

Directive

interface Directive <T> {
(context: Context): T;
(params: string[], context: Context): T;
}

§Type Parameters

§Call Signatures

§
(context: Context): T
[src]

Can be used as a inline directive

§
(params: string[], context: Context): T
[src]

Can be used as a plugin