massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / commonmark / commonmark / dump.pyi
diff --git a/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/commonmark/commonmark/dump.pyi b/.config/coc/extensions/node_modules/coc-pyright/node_modules/pyright/dist/typeshed-fallback/stubs/commonmark/commonmark/dump.pyi
new file mode 100644 (file)
index 0000000..821fb95
--- /dev/null
@@ -0,0 +1,3 @@
+def prepare(obj, topnode: bool = ...): ...
+def dumpJSON(obj): ...
+def dumpAST(obj, ind: int = ..., topnode: bool = ...) -> None: ...