5 lines
100 B
Python
5 lines
100 B
Python
def minify(
|
|
code: str,
|
|
minify_css: bool = False,
|
|
minify_js: bool = False,
|
|
) -> str: ...
|