UNPKG

@curvenote/schema

Version:

Schema and markdown parser for @curvenote/editor

5 lines 129 B
import yaml from 'js-yaml'; export function toYAML(doc) { return yaml.dump(doc.toJSON()); } //# sourceMappingURL=index.js.map