feat(api): expose inject() function via index.ts

This commit is contained in:
2025-04-02 21:58:26 +02:00
parent 115b3181e0
commit 1841ab2f92

View File

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