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