UNPKG

237 BTypeScriptView Raw
1import { LintOptions, LintOutcome, QualifiedRules } from '@commitlint/types';
2export default function lint(message: string, rawRulesConfig?: QualifiedRules, rawOpts?: LintOptions): Promise<LintOutcome>;
3//# sourceMappingURL=lint.d.ts.map
\No newline at end of file