blob: 9450cb04c383c2368108bacb86e509287e10d31a (
plain) (
blame)
1
2
3
4
5
6
7
8
|
'use strict';
const create = require('./create.cjs');
const parser = require('../syntax/config/parser.cjs');
const index = create.createParser(parser);
module.exports = index;
|