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

14 lines (11 loc) 242 B
declare namespace escalade { export type Callback = ( directory: string, files: string[], ) => string | false | void; } declare function escalade( directory: string, callback: escalade.Callback, ): string | void; export = escalade;