Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aether/deps.ts>YAML.Composer#streamInfo

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

Current stream status information.

Mostly useful at the end of input for an empty stream.

Returns

{ comment: string; directives: Directives; errors: YAMLParseError[]; warnings: YAMLWarning[]; }