Files
dealplustech/dealplustech-astro/node_modules/css-tree/cjs/lexer/index.cjs
2026-03-02 12:35:14 +07:00

8 lines
85 B
JavaScript

'use strict';
const Lexer = require('./Lexer.cjs');
exports.Lexer = Lexer.Lexer;