3 lines
151 B
TypeScript
3 lines
151 B
TypeScript
import { SyncRule } from '@commitlint/types';
|
|
export declare const subjectMinLength: SyncRule<number>;
|
|
//# sourceMappingURL=subject-min-length.d.ts.map
|