1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-11 13:14:06 +01:00
server/dist/index.d.ts
2021-02-05 16:14:17 +01:00

6 lines
227 B
TypeScript

import { checkToken } from "./checkToken";
import Config, { DefaultOptions } from "./Config";
import db from "./Database";
import * as Constants from "./Constants";
export { checkToken, Config, Constants, db, DefaultOptions };