typeioc

Home > typeioc > ResolveWithCache

ResolveWithCache type

* Represents final step within fluent cascading API resolution sequence

Signature:

export declare type ResolveWithCache<T> = Pick<IResolveWith<T>, 'exec' | 'execAsync'>;