7 lines
81 B
JavaScript
Executable file
7 lines
81 B
JavaScript
Executable file
'use strict';
|
|
|
|
|
|
var yaml = require('./lib/js-yaml.js');
|
|
|
|
|
|
module.exports = yaml;
|