aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/cjs/lexer/index.cjs
blob: 2e3633ec9268c28d6380e3e0c910aa66041ac62e (plain) (blame)
1
2
3
4
5
6
7
'use strict';

const Lexer = require('./Lexer.cjs');



exports.Lexer = Lexer.Lexer;