jsii-reflect
Version:
strongly-typed reflection library and tools for jsii
9 lines • 329 B
TypeScript
import { TypeSystem } from './type-system';
export declare class Dependency {
readonly system: TypeSystem;
private readonly name;
readonly version: string;
constructor(system: TypeSystem, name: string, version: string);
get assembly(): import("./assembly").Assembly;
}
//# sourceMappingURL=dependency.d.ts.map