Files
WAI_Project_VUE/node_modules/css-tree/cjs/parser/index.cjs

9 lines
179 B
JavaScript
Raw Normal View History

2025-11-24 23:24:06 +08:00
'use strict';
const create = require('./create.cjs');
const parser = require('../syntax/config/parser.cjs');
const index = create.createParser(parser);
module.exports = index;