:memo: medidoc
Medidoc format library for JavaScript. See docs.
:warning: Depending on your environment, the code may require
regeneratorRuntime
to be defined, for instance by importing regenerator-runtime/runtime.
import {parse, stringify} from 'medidoc' ;
// async parse(string, options) -> records
// stringify(records, options) -> string