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)

5 lines (4 loc) 158 B
export declare class PilotError extends Error { originalError?: Error | undefined; constructor(message: string, originalError?: Error | undefined); }