source: node_modules/yaml/dist/stringify/stringifyDocument.d.ts

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 269 bytes
Line 
1import type { Document } from '../doc/Document.js';
2import type { Node } from '../nodes/Node.js';
3import type { ToStringOptions } from '../options.js';
4export declare function stringifyDocument(doc: Readonly<Document<Node, boolean>>, options: ToStringOptions): string;
Note: See TracBrowser for help on using the repository browser.