index.js 490 字节
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.sxjx_calc_pre_win = exports.sxjx_create_match_data = void 0;
const sxjx_1 = require("../../bl/sxjx");
async function sxjx_create_match_data() {
    return (0, sxjx_1.create_match_data)();
}
exports.sxjx_create_match_data = sxjx_create_match_data;
async function sxjx_calc_pre_win() {
    return (0, sxjx_1.calc_pre_win)();
}
exports.sxjx_calc_pre_win = sxjx_calc_pre_win;
//# sourceMappingURL=index.js.map