minify-html/python/onepass/minify_html_onepass.pyi

6 lines
100 B
Python
Raw Normal View History

2022-06-21 22:24:15 -04:00
def minify(
code: str,
minify_css: bool = False,
minify_js: bool = False,
) -> str: ...