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