UNPKG

tap

Version:

A Test-Anything-Protocol library for JavaScript

6 lines (3 loc) 130 B
'use strict' const objToYaml = require('./obj-to-yaml.js') module.exports = extra => (y => y ? '\n' + y : '')(objToYaml(extra))