body-max-length.d.ts 145 B

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