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