x86_64-alpine-slack2chat/src/index.ts
2020-07-24 10:19:56 +08:00

4 lines
110 B
TypeScript

export { Webhook } from "./webhook";
export { Converter } from "./converter";
export { app } from "./server";