This repository has been archived on 2023-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
python-blog/stubs/rcssmin.pyi

4 lines
58 B
Python
Raw Normal View History

2021-12-28 22:31:53 +01:00
from typing import Callable
cssmin: Callable[[str], str]