massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / commonmark / commonmark / main.pyi
1 from typing_extensions import Literal
2
3 def commonmark(text: str, format: Literal["html", "json", "ast", "rst"] = ...) -> str: ...