From 21294217e01e7fa4b19f6e44d9377bc1b0da859c Mon Sep 17 00:00:00 2001 From: Silthus <755327+Silthus@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:44:06 +0100 Subject: [PATCH] fix: expose annotation constants Make writing of processors easier by exposing the annotation constants used by the plugin. --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 9d631c5..de53603 100644 --- a/src/index.ts +++ b/src/index.ts @@ -20,6 +20,7 @@ export { } from "./plugin"; export * from "./api"; +export * from "./config"; export { isPluginApplicableToEntity,