Urara-Blog/node_modules/.pnpm-store/v3/files/8a/f028ede6f6706e66e486ade87ba68d8aeb12ac0f173084b5db3157a65519f79c9a0aaf56c8e03216b20bb7da7e0e25a072c0f2038c7cc51310620469a0a1a2
2022-08-14 01:14:53 +08:00

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;