mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 03:19:31 +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);
|