UNPKG
tap-yaml
Version:
latest (4.4.2)
pre (2.1.1)
4.4.2
4.4.1
4.4.0
4.3.1
4.3.0
4.2.0
4.1.0
4.0.2
4.0.1
4.0.0
3.0.0
2.2.2
2.2.1
2.2.0
2.1.1
2.1.1-3
2.1.1-2
2.1.1-1
2.1.0
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
0.4.0
0.3.0
0.2.0
0.1.0
0.0.2
0.0.1
0.0.0
Yaml handling for TAP parsers and generators
github.com/tapjs/tap-yaml
tapjs/tap-yaml
tap-yaml
/
dist
/
esm
/
stringify.js
4 lines
•
200 B
JavaScript
View Raw
1
2
3
4
import
yaml
from
'yaml'
;
import
{ customTags }
from
'./types/index.js'
;
export
const
stringify
= (
obj
) => yaml.
stringify
(obj, { customTags,
prettyErrors
:
true
});
//# sourceMappingURL=stringify.js.map