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

ListKind

All default list node kinds.

type ListKind =
| "bullet"
| "ordered"
| "task"
| "toggle";

§Type

§
"bullet" | "ordered" | "task" | "toggle"
[src]