codekingpro's picture
Add files using upload-large-folder tool
b5e8702 verified
Raw
History Blame Contribute Delete
180 Bytes
def b64encode(s: bytes) -> bytes: ...
def b64decode(s: bytes | str) -> bytes: ...
def urlsafe_b64encode(s: bytes) -> bytes: ...
def urlsafe_b64decode(s: bytes | str) -> bytes: ...