Expose PrefixParser

pull/77/head
MillenniumEarl 2021-03-08 20:57:14 +01:00
parent dbc7d38d3f
commit 808fd7f992
1 changed files with 2 additions and 0 deletions

View File

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