UNPKG

quiver-to-obsidian

Version:

Convert quiver libraray to obsidian library

9 lines 300 B
export var CellType; (function (CellType) { CellType["CodeCell"] = "code"; CellType["TextCell"] = "text"; CellType["MarkdownCell"] = "markdown"; CellType["LatexCell"] = "latex"; CellType["DiagramCell"] = "diagram"; })(CellType || (CellType = {})); //# sourceMappingURL=type.js.map