AsyncRegistrationLocator type
@microsoft/fast-element/di.js > AsyncRegistrationLocator
AsyncRegistrationLocator type
A function capable of asynchronously locating a resolver for a key.
Signature:
export declare type AsyncRegistrationLocator = (key: Key) => Promise<Registration | null>;
References: Key, Registration