scope-min-length.d.ts 147 B

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