UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

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