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

Theme

type Theme = {
comment: string;
content: string;
prop: string;
tag: string;
value: string;
}
;

§Type

§
{
comment: string;
content: string;
prop: string;
tag: string;
value: string;
}
[src]