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

OldPlugin

type OldPlugin = {
print: (
val: unknown,
print: Print,
indent: Indent,
options: PluginOptions,
colors: Colors,
) => string
;
test: Test;
}
;

§Type

§
{
print: (
val: unknown,
print: Print,
indent: Indent,
options: PluginOptions,
colors: Colors,
) => string
;
test: Test;
}
[src]