UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

4 lines (3 loc) 147 B
type DetectedSemanticCommit = 'enabled' | 'disabled'; export declare function detectSemanticCommits(): Promise<DetectedSemanticCommit>; export {};