UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

6 lines (5 loc) 162 B
module.exports = function cleanDeclartion(node, item, list) { if (node.value.children && node.value.children.isEmpty()) { list.remove(item); } };