UNPKG

@hygiene/core

Version:

Keep your TODOs and FIXMEs healthy

4 lines 252 B
import { AnnotatedComment } from "./AnnotatedComment"; import { Plugin } from "./Plugin"; export declare function parseFile<T>(file: string, bodyParser: Plugin<any, any>["parse"]): Promise<AnnotatedComment<T>[]>; //# sourceMappingURL=parseFile.d.ts.map