zack
feat: πŸš€ Update Chat-nFace configurations
a053984
raw
history blame
179 Bytes
'use strict';
const create = require('./create.cjs');
const parser = require('../syntax/config/parser.cjs');
const index = create.createParser(parser);
module.exports = index;