3 lines
245 B
TypeScript
3 lines
245 B
TypeScript
import { ParserPreset } from '@commitlint/types';
|
|
export declare function loadParserOpts(pendingParser: string | ParserPreset | Promise<ParserPreset> | undefined): Promise<ParserPreset | undefined>;
|
|
//# sourceMappingURL=load-parser-opts.d.ts.map
|