body-max-line-length.d.ts 154 B

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