mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
8a50312099
At least for vscode this allows click through / type checking / syntax highlighting.
4 lines
125 B
Python
4 lines
125 B
Python
def sum_as_string(a: int, b: int) -> str: ...
|
|
def get_rust_file_digest() -> str: ...
|
|
def reset_logging_config() -> None: ...
|