diff --git a/src/index.ts b/src/index.ts index 4d4ad55..3f2de98 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,6 +14,7 @@ export * from './helper/ImplementsStatic.js'; // Functions export * from './functions/resolve.js'; export * from './functions/register.js'; +export * from './functions/inject.js'; // Interfaces & Types export type * from './interfaces/ITSinjex.js';