diff --git a/src/index.ts b/src/index.ts index 12804a6..a5d7054 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,6 +8,9 @@ export * from './decorators/Inject'; export * from './decorators/Register'; export * from './decorators/RegisterInstance'; +// Helper +export * from './helper/ImplementsStatic'; + // Functions export * from './functions/resolve'; export * from './functions/register';