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