body-case.d.ts 177 B

123
  1. import { TargetCaseType, SyncRule } from '@commitlint/types';
  2. export declare const bodyCase: SyncRule<TargetCaseType | TargetCaseType[]>;
  3. //# sourceMappingURL=body-case.d.ts.map