3 lines
149 B
TypeScript
3 lines
149 B
TypeScript
import { SyncRule } from '@commitlint/types';
|
|
export declare const subjectFullStop: SyncRule<string>;
|
|
//# sourceMappingURL=subject-full-stop.d.ts.map
|