Files
time-function/node_modules/@commitlint/load/lib/utils/load-parser-opts.d.ts
2021-11-22 09:39:27 -06:00

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