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