summaryrefslogtreecommitdiff
path: root/node_modules/yaml/dist/compose/compose-doc.d.ts
blob: 2068f87a6e8de85a42b6d9a2029956a1f19ba30b (plain)
1
2
3
4
5
6
import type { Directives } from '../doc/directives.js';
import { Document } from '../doc/Document.js';
import type { DocumentOptions, ParseOptions, SchemaOptions } from '../options.js';
import type * as CST from '../parse/cst.js';
import type { ComposeErrorHandler } from './composer.js';
export declare function composeDoc(options: ParseOptions & DocumentOptions & SchemaOptions, directives: Directives, { offset, start, value, end }: CST.Document, onError: ComposeErrorHandler): Document.Parsed<import("../index.js").ParsedNode>;