@carlosv2/glue
Version:
Dependency injection library that stays out of the way
13 lines • 396 B
TypeScript
import { type ImportDeclaration } from 'typescript';
export declare class Importer {
private readonly imports;
constructor();
private randomise;
private initPath;
module(path: string): string;
default(path: string): string;
symbol(path: string, symbol: string): string;
private sanitise;
compile(): ImportDeclaration[];
}
//# sourceMappingURL=importer.d.ts.map