printer-notifications/node_modules/css-tree/cjs/syntax/config/walker.cjs

10 lines
122 B
JavaScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
'use strict';
const index = require('../node/index.cjs');
const config = {
node: index
};
module.exports = config;