6 lines
114 B
JavaScript
Raw Normal View History

2018-01-05 10:48:13 -08:00
var parser = require('./parser').parser
module.exports = function (argument) {
return parser.parse(argument)
}