UNPKG

@inversifyjs/core

Version:

InversifyJs core package

3 lines 286 B
import { type Binding, type BindingScope, type BindingType, type ScopedBinding } from '@inversifyjs/core'; export declare function isScopedBinding<T>(binding: Binding<T>): binding is Binding<T> & ScopedBinding<BindingType, BindingScope, T>; //# sourceMappingURL=isScopedBinding.d.ts.map