feat: Export ImplementsStatic helper function

This commit is contained in:
2025-04-02 20:17:59 +02:00
committed by 20Max01
parent f4f8c7b78e
commit ef4a2295bf

View File

@@ -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';