index.cjs 179 B

12345678
  1. 'use strict';
  2. const create = require('./create.cjs');
  3. const parser = require('../syntax/config/parser.cjs');
  4. const index = create.createParser(parser);
  5. module.exports = index;