Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/aether/deps.ts>YAML.CST.SourceToken

A Deno library to interface with the Discord API
Latest
interface YAML.CST.SourceToken
import { type YAML } from "https://deno.land/x/aether@v0.0.3/deps.ts";
const { SourceToken } = YAML.CST;

Properties

type:
| "byte-order-mark"
| "doc-mode"
| "doc-start"
| "space"
| "comment"
| "newline"
| "directive-line"
| "anchor"
| "tag"
| "seq-item-ind"
| "explicit-key-ind"
| "map-value-ind"
| "flow-map-start"
| "flow-map-end"
| "flow-seq-start"
| "flow-seq-end"
| "flow-error-end"
| "comma"
| "block-scalar-header"
offset: number
indent: number
source: string