diff --git a/.npmignore b/.npmignore index 5c5532a..506ff15 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,3 @@ src/ -tsconfig.json \ No newline at end of file +tsconfig.json +docs/ \ No newline at end of file diff --git a/src/index.ts b/src/index.ts index 76c383b..4fd70b9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,8 +1,4 @@ -import type { UnionToIntersection } from './types/handler'; -import type { Module } from './handler/structures/module'; - export * as Sern from './handler/sern'; export * from './types/handler'; export * from './handler/structures/structxports'; export * from './handler/plugins/plugin'; -let p: UnionToIntersection;