You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2025. It is now read-only.
I'm trying to delete a metadata after buildProviderModule() is called.
To use Reflect.deleteMetadata(metadataKey, target), I need the 'inversify-binding-decorators' metadata keys.
Expected Behavior
Like InversifyJS, the 'inversify-binding-decorators' should exports constants as METADATA_KEY
Current Behavior
The constants are not exported
Possible Solution
index.d.ts
Context
I'm trying to delete a metadata after
buildProviderModule()is called.To use
Reflect.deleteMetadata(metadataKey, target), I need the 'inversify-binding-decorators' metadata keys.