index.js 462 字节
"use strict";
const ty_api_index = require("./api/index.js");
const ty_router_index = require("./router/index.js");
const ty_helper_index = require("./helper/index.js");
const ty_wechat_wechat = require("./wechat/wechat.js");
const ty = {
  $api: ty_api_index.$api,
  $router: ty_router_index.$router,
  $helper: ty_helper_index.$helper
};
async function TyInit() {
  ty_wechat_wechat.wechat.checkMiniProgramUpdate();
}
exports.TyInit = TyInit;
exports.ty = ty;