UNPKG

renovate

Version:

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

11 lines (10 loc) 534 B
import type { Category } from '../../../../constants'; import type { MaybePromise } from '../../../../types'; import type { ExtractConfig, PackageFileContent } from '../../types'; export declare const categories: Category[]; export declare const defaultConfig: { pinDigests: boolean; }; export declare const supportedDatasources: string[]; export declare const displayName = "Regex"; export declare function extractPackageFile(content: string, packageFile: string, config: ExtractConfig): MaybePromise<PackageFileContent | null>;