mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-23 06:59:29 -07:00
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
|
'use strict';
|
||
|
|
||
|
|
||
|
var yaml = require('./lib/js-yaml.js');
|
||
|
|
||
|
|
||
|
module.exports = yaml;
|