UNPKG

renovate

Version:

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

5 lines (4 loc) 232 B
import type { ManagerApi } from '../types'; export declare const customManagerList: string[]; export declare const getCustomManagers: () => Map<string, ManagerApi>; export declare function isCustomManager(manager: string): boolean;