Newer
Older
percord / util / src / index.ts
@AlTech98 AlTech98 on 18 Sep 2021 339 bytes Removed ChannelService, more fixes
import "reflect-metadata";

// export * as Constants from "../util/Constants";
export * from "./util/index";
export * from "./interfaces/index";
export * from "./entities/index";
export * from "./dtos/index";

// import Config from "../util/Config";
// import db, { MongooseCache, toObject } from "./util/Database";

// export { Config };