error.d.ts 161 B

12
  1. import { Position, YAMLSyntaxError } from "../types";
  2. export declare function createError(message: string, source: string, position: Position): YAMLSyntaxError;