body-min-length.d.ts 145 B

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