dbots
Version:
Discord bot list poster and stats retriever
13 lines (9 loc) • 391 B
text/typescript
import { Service } from './Interface/Service'
export { Poster } from './Interface/Poster'
export * as Constants from './Utils/Constants'
export * as DBotsError from './Utils/DBotsError'
export { ensurePromise } from './Utils/EnsurePromise'
export { formatRequest } from './Utils/FormatRequest'
export * as Util from './Utils/Util'
export { Service }
export const getService = Service.get