Home / @sym20/core / IRegistry / resolve

IRegistry.resolve() method

Look up a dependency

Signature
resolve<T>(symbol: string): Promise<T>;

Parameters

ParameterTypeDescription
symbolstring

The symbol used to identify the module

Returns

TypeDescription
Promise<T>

An implementation of the given interface

Throws

Error