@commitlint/load
Version:
Load shared commitlint configuration
5 lines • 317 B
TypeScript
import { ParserPreset } from "@commitlint/types";
type Awaitable<T> = T | PromiseLike<T>;
export declare function loadParserOpts(pendingParser: string | Awaitable<ParserPreset> | (() => Awaitable<ParserPreset>) | undefined): Promise<ParserPreset | undefined>;
export {};
//# sourceMappingURL=load-parser-opts.d.ts.map