3 lines
151 B
TypeScript
3 lines
151 B
TypeScript
import { SyncRule } from '@commitlint/types';
|
|
export declare const subjectMaxLength: SyncRule<number>;
|
|
//# sourceMappingURL=subject-max-length.d.ts.map
|