mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-29 11:47:48 +00:00
9 lines
179 B
JavaScript
9 lines
179 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
const create = require('./create.cjs');
|
||
|
|
const parser = require('../syntax/config/parser.cjs');
|
||
|
|
|
||
|
|
const index = create.createParser(parser);
|
||
|
|
|
||
|
|
module.exports = index;
|