Files
handler/src/index.ts

5 lines
166 B
TypeScript

export * as Sern from './handler/sern';
export * from './types/handler';
export * from './handler/structures/structxports';
export * from './handler/plugins/plugin';