Files
skills-here-run-place/node_modules/css-tree/cjs/parser/index.cjs
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01: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;