mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 18:29:29 +08:00
4 lines
129 B
Text
4 lines
129 B
Text
var createParser = require('./create');
|
|
var config = require('../syntax/config/parser');
|
|
|
|
module.exports = createParser(config);
|