Your IP : 216.73.216.79


Current Path : /var/www/html/dynaweb-starter/node_modules/yaml/dist/stringify/
Upload File :
Current File : /var/www/html/dynaweb-starter/node_modules/yaml/dist/stringify/stringifyDocument.d.ts

import type { Document } from '../doc/Document.js';
import type { Node } from '../nodes/Node.js';
import type { ToStringOptions } from '../options.js';
export declare function stringifyDocument(doc: Readonly<Document<Node, boolean>>, options: ToStringOptions): string;