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 | |
---|
1 | import type { Document } from '../doc/Document.js';
|
---|
2 | import type { Node } from '../nodes/Node.js';
|
---|
3 | import type { ToStringOptions } from '../options.js';
|
---|
4 | export declare function stringifyDocument(doc: Readonly<Document<Node, boolean>>, options: ToStringOptions): string;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.