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

Attrs

An object holding the attributes of a node.

type Attrs = {
readonly [attr: string]: any;
}
;

§Type

§
{
readonly [attr: string]: any;
}
[src]