UNPKG

@curvenote/schema

Version:

Schema and markdown parser for @curvenote/editor

8 lines 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.toJSON = void 0; function toJSON(doc) { return JSON.stringify(doc.toJSON()); } exports.toJSON = toJSON; //# sourceMappingURL=index.js.map