mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-29 03:37:45 +00:00
5 lines
140 B
JavaScript
5 lines
140 B
JavaScript
|
|
import { createParser } from './create.js';
|
||
|
|
import config from '../syntax/config/parser-selector.js';
|
||
|
|
|
||
|
|
export default createParser(config);
|