mirror of
https://github.com/Dvorinka/ClubLogos.git
synced 2026-06-04 12:02:56 +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;
|