UNPKG

yaml-unist-parser

Version:

A YAML parser that produces output compatible with unist

7 lines (6 loc) 255 B
export var PropLeadingCharacter; (function (PropLeadingCharacter) { PropLeadingCharacter["Tag"] = "!"; PropLeadingCharacter["Anchor"] = "&"; PropLeadingCharacter["Comment"] = "#"; })(PropLeadingCharacter || (PropLeadingCharacter = {}));