mirror of
https://github.com/thangisme/notes.git
synced 2024-10-31 22:17:25 -04:00
8 lines
81 B
JavaScript
8 lines
81 B
JavaScript
'use strict';
|
|
|
|
|
|
var yaml = require('./lib/js-yaml.js');
|
|
|
|
|
|
module.exports = yaml;
|