typeioc

Home > typeioc > RegisterWithName

RegisterWithName type

Represents a step within fluent cascading API registration sequence where named method was omitted

Signature:

export declare type RegisterWithName<T> = Omit<RegisterWithLazy<T>, 'named'>;