zut.numeric.parse_int

zut.numeric.parse_int(value: str | int | bool | None, *, required: Literal[True]) int
zut.numeric.parse_int(value: str | int | bool | None, *, required: Literal[False] = False) int | None