UNPKG

@notjustcoders/ioc-arise

Version:

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

7 lines 210 B
export declare class FileWriter { private outputPath; constructor(outputPath: string); writeContainer(content: string): void; getOutputPath(): string; } //# sourceMappingURL=file-writer.d.ts.map