UNPKG

@hashgraph/solo

Version:

An opinionated CLI tool to deploy and manage private Hedera Networks.

8 lines (7 loc) 461 B
/** * code to patch inject bug with tsyringe: https://github.com/risen228/tsyringe-neo/issues/5 * @param parameterValue - the value that should have been injected as a parameter in the constructor * @param registryToken - the token to resolve from the container * @param callingClassName - the name of the class that is calling this function */ export declare function patchInject<T>(parameterValue: T, registryToken: symbol, callingClassName: string): T;