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.41.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