UNPKG

doxdox-parser-dox

Version:
5 lines (4 loc) 215 B
import { File } from 'doxdox-core'; declare const _default: (cwd: string, path: string) => Promise<File>; export default _default; export declare const parseString: (path: string, content: string) => Promise<File>;