UNPKG
morbo-cli
Version:
latest (0.5.3)
0.5.3
0.5.2
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
… All tech debt is vermin in the eyes of Morbo!
github.com/orrybaram/morbo
orrybaram/morbo
morbo-cli
/
dist
/
src
/
lib
/
removeCommentEnd.d.ts
9 lines
(8 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Removes the end of html, twig and handlebar comments. EG: -->, --}}, etc. * *
@param
{String} str * *
@return
{String} */
export
default
function
removeCommentEnd
(
str:
string
):
string
;