Files
SimfonyBasics/spa/node_modules/csso/cjs/clean/Comment.cjs
2024-07-05 13:46:23 +02:00

8 lines
114 B
JavaScript

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