time-function/node_modules/@commitlint/rules/lib/body-max-line-length.d.ts
2021-11-22 09:39:27 -06:00

3 lines
154 B
TypeScript

import { SyncRule } from '@commitlint/types';
export declare const bodyMaxLineLength: SyncRule<number>;
//# sourceMappingURL=body-max-line-length.d.ts.map