elearning/Frontend-Learner/node_modules/csso/cjs/clean/Comment.cjs
2026-01-13 10:48:02 +07:00

7 lines
114 B
JavaScript

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