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

Corners

type Corners =
| "t"
| "r"
| "b"
| "l"
| "tl"
| "tr"
| "bl"
| "br";

§Type

§
"t" | "r" | "b" | "l" | "tl" | "tr" | "bl" | "br"
[src]