UNPKG

@lexmin0412/gcm

Version:
11 lines (10 loc) 313 B
export declare const readConfigs: () => any; export declare const getConfigByAlias: (alias: string) => any; interface UserConfig { alias: string; name: string; email: string; } export declare const use: (alias: string) => void; export declare const setConfig: (config: UserConfig) => void; export {};