IOweb/node_modules/css-tree/cjs/syntax/config/walker.cjs
2026-07-03 15:07:38 -05:00

9 lines
122 B
JavaScript

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