@curvenote/schema
Version:
Schema and markdown parser for @curvenote/editor
9 lines • 360 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.TexFormatTypes = void 0;
var TexFormatTypes;
(function (TexFormatTypes) {
TexFormatTypes["tex"] = "tex";
TexFormatTypes["tex_curvenote"] = "tex:curvenote";
})(TexFormatTypes = exports.TexFormatTypes || (exports.TexFormatTypes = {}));
//# sourceMappingURL=types.js.map
;