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

8 lines (7 loc) 305 B
interface EventEmitterInternals { _events: Record<string, Function | Array<Function>>; } declare const _process: EventEmitterInternals; declare let originalOnWarning: Function | undefined; declare const messageMatch: RegExp; declare function onWarning(this: any, warning: Error, ...rest: any[]): any;