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

OrientationType

type OrientationType =
| "landscape-primary"
| "landscape-secondary"
| "portrait-primary"
| "portrait-secondary";

§Type

§
"landscape-primary" | "landscape-secondary" | "portrait-primary" | "portrait-secondary"
[src]