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

7 lines (6 loc) 208 B
import type Settings from '../settings'; export default class Reader { protected readonly _root: string; protected readonly _settings: Settings; constructor(_root: string, _settings: Settings); }