UNPKG
@jobscale/yaml-js
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
yaml json convertor
github.com/jobscale/yaml-js
jobscale/yaml-js
@jobscale/yaml-js
/
index.js
5 lines
(3 loc)
•
75 B
JavaScript
View Raw
1
2
3
4
5
const
yaml
=
require(
'js-yaml'
); yaml.YAML = yaml;
module
.
exports
= yaml;