elearning/Frontend-Learner/node_modules/css-tree/cjs/syntax/config/walker.cjs
2026-01-13 10:48:02 +07:00

9 lines
122 B
JavaScript

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