index
:
website
master
social-links
The ouroboros.rocks website
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node_modules
/
js-yaml
/
index.js
blob: 13744352448b84e8600b3f55a48e09241a786080 (
plain
)
1
2
3
4
5
6
7
'use strict'
;
var
yaml
=
require
(
'./lib/js-yaml.js'
);
module
.
exports
=
yaml
;