UNPKG

standard-commit

Version:
6 lines (5 loc) 325 B
import { Config } from './config'; export declare function sortScopes(suggestions: object): string[]; export declare function getStagedScopesSuggestions(): Promise<string[]>; export declare function getPackageSuggestions(config: Config): Promise<any[]>; export declare function suggestScopes(config: Config): Promise<any[]>;