UNPKG

lambda-live-debugger

Version:

Debug Lambda functions locally like it is running in the cloud

5 lines (4 loc) 269 B
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;