regressify
Version:
Visual regression tests support
6 lines (5 loc) • 389 B
TypeScript
export declare const getStringArg: (args: string[], key: string) => string | undefined;
export declare const getBackstopDirName: (args: string[]) => string;
export declare const getFlagArg: (args: string[], key: string) => boolean;
export declare const parseDataFromFile: (dataPath: string, type?: "yaml" | "json") => unknown | undefined;
export declare function getLibraryPath(): string;