Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/aether/deps.ts>YAML.Parser#next

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

Advance the parser by the source of one lexical token.

Parameters

source: string

Returns

Generator<Token, void, unknown>