UNPKG

regressify

Version:
6 lines (5 loc) 406 B
import { ReplacementModel } from './types.js'; export declare function getReplacementProfileName(args: string[]): string; export declare function getReplacementProfile(args: string[]): ReplacementModel[] | undefined; export declare function applyReplacements(url: string, replacements?: ReplacementModel[]): string; export declare const getTestUrl: (args: string[], url: string, isRef: boolean) => string;