UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

9 lines (6 loc) 232 B
import Dispatcher from './dispatcher' import RetryHandler from './retry-handler' export default RetryAgent declare class RetryAgent extends Dispatcher { constructor(dispatcher: Dispatcher, options?: RetryHandler.RetryOptions) }