Files
dealplustech/dealplustech-astro/node_modules/csso/cjs/clean/Comment.cjs
2026-03-02 12:35:14 +07:00

8 lines
114 B
JavaScript

'use strict';
function cleanComment(data, item, list) {
list.remove(item);
}
module.exports = cleanComment;