mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-19 08:22:53 +00:00
5 lines
269 B
TypeScript
5 lines
269 B
TypeScript
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;
|