UNPKG

docsify

Version:

A magical documentation generator.

11 lines 238 B
export default extractor; declare function extractor(string: any): { attributes: {}; body: any; frontmatter?: undefined; } | { attributes: {}; body: any; frontmatter: string; }; //# sourceMappingURL=parser.d.ts.map