This commit is contained in:
Michael Telatynski
2025-01-28 11:52:33 +00:00
parent 0e8315493e
commit 35b33ac893
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
Please see LICENSE files in the repository root for full details.
*/
export { ModuleLoader } from "./loader";
export { ModuleLoader, ModuleIncompatibleError } from "./loader";
export type { Api, Module, ModuleFactory } from "./api";
export type * from "./legacy-modules";
export type * from "./legacy-customisations";