Files
sp80/sample_interface/node_modules/css-tree/cjs/convertor/index.cjs
2026-03-13 15:46:10 +08:00

9 lines
176 B
JavaScript

'use strict';
const create = require('./create.cjs');
const index$1 = require('../walker/index.cjs');
const index = create.createConvertor(index$1);
module.exports = index;