Sha256: 2366f6d2593001b1ba77395dc2158c8bff5fd2b838ca497816843e4c4673b264

Contents?: true

Size: 317 Bytes

Versions: 2

Compression:

Stored size: 317 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pcp-server-ruby-sdk-0.0.6 node_modules/@commitlint/load/lib/utils/load-parser-opts.d.ts
pcp-server-ruby-sdk-0.1.0 node_modules/@commitlint/load/lib/utils/load-parser-opts.d.ts