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)

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