From 0718ff9d6855324056815aed65bcc7ac9be6d81d Mon Sep 17 00:00:00 2001 From: "Max P." Date: Wed, 2 Apr 2025 21:58:26 +0200 Subject: [PATCH] feat(api): expose `inject()` function via index.ts --- src/index.ts | 1 + 1 file changed, 1 insertion(+) 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';