mirror of
https://github.com/thangisme/notes.git
synced 2026-07-30 11:21:00 -04:00
Initial commit
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
var parser = require('./parser').parser
|
||||
|
||||
module.exports = function (argument) {
|
||||
return parser.parse(argument)
|
||||
}
|
||||
Reference in New Issue
Block a user