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

PlaybackDirection

type PlaybackDirection =
| "alternate"
| "alternate-reverse"
| "normal"
| "reverse";

§Type

§
"alternate" | "alternate-reverse" | "normal" | "reverse"
[src]