a4828231e49b067ec86f812a5d860c6f850af80f.svn-base 152 Bytes Raw Blame History Permalink 1 2 3 const customTags = require('./types/index.js') const yaml = require('yaml') module.exports = str => yaml.parse(str, { customTags, prettyErrors: true })