printer-notifications/node_modules/css-tree/cjs/lexer/index.cjs

8 lines
85 B
JavaScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
'use strict';
const Lexer = require('./Lexer.cjs');
exports.Lexer = Lexer.Lexer;