UNPKG

@inversifyjs/core

Version:

InversifyJs core package

4 lines 298 B
import { Either } from '@inversifyjs/common'; import { Resolved } from '../../resolution/models/Resolved'; export declare function cloneBindingCache<TActivated>(cache: Either<undefined, Resolved<TActivated>>): Either<undefined, Resolved<TActivated>>; //# sourceMappingURL=cloneBindingCache.d.ts.map