Files
form_metacase/node_modules/css-tree/cjs/syntax/function/expression.cjs
T

12 lines
201 B
JavaScript
Raw Normal View History

2026-03-14 20:41:55 +00:00
'use strict';
// legacy IE function
// expression( <any-value> )
function expressionFn() {
return this.createSingleNodeList(
this.Raw(null, false)
);
}
module.exports = expressionFn;