animate/webGl/my-threejs-test/node_modules/css-tree/cjs/convertor/index.cjs

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;