site/node_modules/css-tree/cjs/syntax/config/generator.cjs

10 lines
147 B
JavaScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
'use strict';
const indexGenerate = require('../node/index-generate.cjs');
const config = {
node: indexGenerate
};
module.exports = config;