mirror of
https://github.com/thangisme/notes.git
synced 2026-06-11 07:39:15 -04:00
3 lines
81 B
JavaScript
3 lines
81 B
JavaScript
|
|
var convert = require('./convert');
|
||
|
|
module.exports = convert(require('../seq'));
|