UNPKG

yaml-ast-parser-custom-tags

Version:

This is a custom maintained fork 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;