UNPKG

morbo-cli

Version:

… All tech debt is vermin in the eyes of Morbo!

9 lines (8 loc) 200 B
/** * Removes the end of html, twig and handlebar comments. EG: -->, --}}, etc. * * @param {String} str * * @return {String} */ export default function removeCommentEnd(str: string): string;