Skip to main content
Module

x/windmill/node_modules/yaml/dist/parse/parser.d.ts>Parser#next

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
method Parser.prototype.next
import { Parser } from "https://deno.land/x/windmill@v1.349.1/node_modules/yaml/dist/parse/parser.d.ts";

Advance the parser by the source of one lexical token.

Parameters

source: string

Returns

Generator<Token, void, unknown>