patch-pulse
Version:
Check for outdated npm dependencies
11 lines • 406 B
TypeScript
import { type PackageManager } from './types';
/**
* The package managers that PatchPulse supports.
* Used for running the command to update the dependencies.
*/
export declare const PACKAGE_MANAGERS: readonly PackageManager[];
/**
* The filenames of the configuration files that PatchPulse looks for.
*/
export declare const CONFIG_FILENAMES: readonly string[];
//# sourceMappingURL=constant.d.ts.map