load-parser-opts.d.ts 245 B

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