UNPKG

@inversifyjs/core

Version:

InversifyJs core package

4 lines 414 B
import { InstanceBinding } from '../../binding/models/InstanceBinding'; import { Resolved, SyncResolved } from '../models/Resolved'; export declare function resolvePostConstruct<TActivated>(instance: SyncResolved<TActivated> & Record<string | symbol, unknown>, binding: InstanceBinding<TActivated>, postConstructMethodName: string | symbol): Resolved<TActivated>; //# sourceMappingURL=resolvePostConstruct.d.ts.map