epiphany/node_modules/csso/cjs/clean/Comment.cjs

8 lines
114 B
JavaScript
Raw Normal View History

2023-12-09 22:48:07 -08:00
'use strict';
function cleanComment(data, item, list) {
list.remove(item);
}
module.exports = cleanComment;