UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

14 lines (13 loc) 485 B
export { launchDDZGameRoom } from './game-ddz.mjs'; export { launchGNGameRoom } from './game-gn.mjs'; export { launchGPGameRoom } from './game-gp.mjs'; export { launchMJGameRoom } from './game-mj.mjs'; import '../env/env.mjs'; import '../game/game.mjs'; import '../constant/gid.mjs'; import '../url/url.mjs'; import '@babel/runtime/helpers/typeof'; import './helper.mjs'; import '@babel/runtime/helpers/defineProperty'; import '../loader/little-loader.mjs'; import '../msdk/msdk.mjs';