Files
angular-unused-styles-analyzer/node_modules/css-tree/cjs/parser/index.cjs
2025-06-10 16:10:59 -04:00

9 lines
179 B
JavaScript

'use strict';
const create = require('./create.cjs');
const parser = require('../syntax/config/parser.cjs');
const index = create.createParser(parser);
module.exports = index;