UNPKG

documentation

Version:
9 lines (7 loc) 171 B
/* @flow */ function garbageCollect(comment: Comment) { delete comment.context.code; delete comment.context.ast; return comment; } module.exports = garbageCollect;