UNPKG

tap-yaml

Version:

Yaml handling for TAP parsers and generators

4 lines 188 B
import yaml from 'yaml'; import { customTags } from './types/index.js'; export const parse = (str) => yaml.parse(str, { customTags, prettyErrors: true }); //# sourceMappingURL=parse.js.map