scope-case.d.ts 179 B

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