UNPKG

yaml-language-server-parser

Version:

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

7 lines 233 B
'use strict'; const type_1 = require("../type"); module.exports = new type_1.Type('tag:yaml.org,2002:str', { kind: 'scalar', construct: function (data) { return null !== data ? data : ''; } }); //# sourceMappingURL=str.js.map