Skip to content

Type Alias: IsBound

ts
type IsBound = (serviceIdentifier: ServiceIdentifier, options?: IsBoundOptions) => boolean;

Defined in: @inversifyjs/container:

Parameters

ParameterType
serviceIdentifierServiceIdentifier
options?IsBoundOptions

Returns

boolean

See

https://inversify.io/