UNPKG

@notjustcoders/ioc-arise

Version:

Arise type-safe IoC containers from your code. Zero overhead, zero coupling.

3 lines 207 B
import { ClassInfo, AnalyzerOptions } from '../types'; export declare function analyzeProject(sourceDir: string, options?: Partial<AnalyzerOptions>): Promise<ClassInfo[]>; //# sourceMappingURL=index.d.ts.map