subject-min-length.d.ts 151 B

123
  1. import { SyncRule } from '@commitlint/types';
  2. export declare const subjectMinLength: SyncRule<number>;
  3. //# sourceMappingURL=subject-min-length.d.ts.map