mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 03:09:31 +08:00
8 lines
179 B
Text
8 lines
179 B
Text
'use strict';
|
|
|
|
const create = require('./create.cjs');
|
|
const parser = require('../syntax/config/parser.cjs');
|
|
|
|
const index = create.createParser(parser);
|
|
|
|
module.exports = index;
|