UNPKG

cybernaut

Version:

Reliable, automated web UI testing in BDD-style.

13 lines (9 loc) 278 B
declare module 'markdownlint' { interface Options { readonly config: string; readonly files: string[]; } type Callback = (error: Error, result: object) => void; function markdownlint(options: Options, callback: Callback): string[]; export = markdownlint; }