UNPKG

yaml-ast-parser

Version:

[![Build Status](https://travis-ci.org/mulesoft-labs/yaml-ast-parser.svg?branch=master)](https://travis-ci.org/mulesoft-labs/yaml-ast-parser)

3 lines (2 loc) 132 B
export declare function dump(input: any, options: any): string; export declare function safeDump(input: any, options: any): string;