This repository has been archived on 2025-10-15. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
minify-html/python/onepass/minify_html_onepass.pyi
2022-06-22 12:24:15 +10:00

5 lines
100 B
Python

def minify(
code: str,
minify_css: bool = False,
minify_js: bool = False,
) -> str: ...