mirror of
https://github.com/deployphp/action.git
synced 2024-11-23 20:39:02 +00:00
4 lines
198 B
TypeScript
4 lines
198 B
TypeScript
|
import { Document } from '../doc/Document.js';
|
||
|
import { ToStringOptions } from '../options.js';
|
||
|
export declare function stringifyDocument(doc: Readonly<Document>, options: ToStringOptions): string;
|