UNPKG

doxdox-parser-jsdoc

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