elearning/Frontend-Learner/node_modules/csso/lib/clean/Comment.js

4 lines
83 B
JavaScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
export default function cleanComment(data, item, list) {
list.remove(item);
};