From 76000f8fa11dde2f67efdb22a87c4644ea49f9eb Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sat, 30 Jan 2021 19:58:15 +0100 Subject: :sparkles: Util --- src/middlewares/index.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/middlewares/index.ts (limited to 'src/middlewares/index.ts') diff --git a/src/middlewares/index.ts b/src/middlewares/index.ts new file mode 100644 index 00000000..e3332f07 --- /dev/null +++ b/src/middlewares/index.ts @@ -0,0 +1,4 @@ +import { Authentication } from "./Authentication"; +import { GlobalRateLimit } from "./GlobalRateLimit"; + +export { Authentication, GlobalRateLimit }; -- cgit 1.5.1