@microsoft/fast-foundation > RegisterSelf
RegisterSelf type
Represents an object that can register itself.
Signature:export declare type RegisterSelf<T extends Constructable> = {
register(container: Container): Resolver<InstanceType<T>>;
registerInRequestor: boolean;
};