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