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

HTMLAttributeAnchorTarget

type HTMLAttributeAnchorTarget =
| "_self"
| "_blank"
| "_parent"
| "_top"
| (string & {});

§Type

§
"_self" | "_blank" | "_parent" | "_top" | (string & {})
[src]