UNPKG

283 BTypeScriptView Raw
1import type { Parser } from '@commitlint/types';
2import { type Commit, type Options } from 'conventional-commits-parser';
3export declare function parse(message: string, parser?: Parser, parserOpts?: Options): Promise<Commit>;
4export default parse;
5//# sourceMappingURL=index.d.ts.map
\No newline at end of file