UNPKG

@wix-pilot/core

Version:

A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs)

7 lines (6 loc) 167 B
export declare let mockedCacheFile: { [key: string]: any; } | undefined; export declare const mockCache: (data?: { [key: string]: any; } | undefined) => void;