Skip to main content
Module

std/encoding/_yaml/mark.ts>Mark

Deno standard library
Go to Latest
class Mark
import { Mark } from "https://deno.land/std@0.152.0/encoding/_yaml/mark.ts";

Constructors

new
Mark(
name: string,
buffer: string,
position: number,
line: number,
column: number,
)

Methods

getSnippet(indent?, maxLength?): string | null
toString(compact?: boolean): string