UNPKG

yaml-language-server-parser

Version:

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

15 lines (14 loc) 290 B
export declare class Type { tag: any; kind: any; resolve: any; construct: any; instanceOf: any; predicate: any; represent: any; defaultStyle: any; styleAliases: any; loadKind: any; additionalKinds: any; constructor(tag: any, options: any); }