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)

14 lines (13 loc) 264 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; constructor(tag: any, options: any); }