UNPKG

aws-ddk-core

Version:

The AWS DataOps Development Kit is an open source development framework for customers that build data workflows and modern data architecture on AWS.

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;