printer-notifications/node_modules/css-tree/cjs/syntax/config/generator.cjs

10 lines
147 B
JavaScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
'use strict';
const indexGenerate = require('../node/index-generate.cjs');
const config = {
node: indexGenerate
};
module.exports = config;