UNPKG

yaml-language-server-parser

Version:

This is a maintained fork of YAML-AST-PARSER specifically for the YAML Language server.

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