massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / commonmark / commonmark / main.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/commonmark/commonmark/main.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/commonmark/commonmark/main.pyi
new file mode 100644 (file)
index 0000000..c7c6b42
--- /dev/null
@@ -0,0 +1,3 @@
+from typing_extensions import Literal
+
+def commonmark(text: str, format: Literal["html", "json", "ast", "rst"] = ...) -> str: ...