regressify
Version:
Visual regression tests support
5 lines (4 loc) • 320 B
TypeScript
export declare const getStringArg: (args: string[], key: string) => string | undefined;
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;