index.js (81B)
1 'use strict'; 2 3 4 var yaml = require('./lib/js-yaml.js'); 5 6 7 module.exports = yaml;