mirror of
https://github.com/deployphp/action.git
synced 2025-01-19 04:39:01 +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;
|