site/node_modules/css-tree/cjs/syntax/config/walker.cjs
2024-10-14 08:09:33 +02:00

10 lines
122 B
JavaScript

'use strict';
const index = require('../node/index.cjs');
const config = {
node: index
};
module.exports = config;