feat: Export ImplementsStatic helper function
This commit is contained in:
@@ -8,6 +8,9 @@ export * from './decorators/Inject';
|
|||||||
export * from './decorators/Register';
|
export * from './decorators/Register';
|
||||||
export * from './decorators/RegisterInstance';
|
export * from './decorators/RegisterInstance';
|
||||||
|
|
||||||
|
// Helper
|
||||||
|
export * from './helper/ImplementsStatic';
|
||||||
|
|
||||||
// Functions
|
// Functions
|
||||||
export * from './functions/resolve';
|
export * from './functions/resolve';
|
||||||
export * from './functions/register';
|
export * from './functions/register';
|
||||||
|
Reference in New Issue
Block a user