From 808fd7f99250743df7d8910611c0cf25c0dbef3c Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Mon, 8 Mar 2021 20:57:14 +0100 Subject: [PATCH] Expose PrefixParser --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 9cdc8f1..96a211d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -31,6 +31,8 @@ const USER_NOT_LOGGED = "User not authenticated, unable to continue"; //#region Re-export classes +export { default as PrefixParser } from "./scripts/classes/prefix-parser"; + export { default as Animation } from "./scripts/classes/handiwork/animation"; export { default as Asset } from "./scripts/classes/handiwork/asset"; export { default as Comic } from "./scripts/classes/handiwork/comic";