mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 12:59:30 +08:00
4 lines
131 B
Text
4 lines
131 B
Text
import { createParser } from './create.js';
|
|
import config from '../syntax/config/parser.js';
|
|
|
|
export default createParser(config);
|