This repository has been archived on 2023-08-07. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
vylbot-core/src/index.ts
2021-07-18 14:14:32 +01:00

5 lines
No EOL
189 B
TypeScript

export { CoreClient } from "./client/client";
export { Command } from "./type/command";
export { Event } from "./type/event";
export { ICommandContext } from "./contracts/ICommandContext";