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

10 lines (8 loc) 177 B
export type Callback = ( directory: string, files: string[], ) => string | false | void; export default function ( directory: string, callback: Callback, ): string | void;