UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

4 lines (3 loc) 152 B
const customTags = require('./types/index.js') const yaml = require('yaml') module.exports = str => yaml.parse(str, { customTags, prettyErrors: true })