diff --git a/branch/latest/md5-api.ts b/branch/latest/md5-api.mts similarity index 94% rename from branch/latest/md5-api.ts rename to branch/latest/md5-api.mts index a40cba5..8f2a478 100644 --- a/branch/latest/md5-api.ts +++ b/branch/latest/md5-api.mts @@ -133,3 +133,18 @@ async function score_callback( } return await md5_module.score_callback(names, callback); } + +export { + FightResult, + WinRate, + WinRateResult, + WinRateCallback, + Score, + ScoreResult, + ScoreCallback, + fight, + win_rate, + win_rate_callback, + score, + score_callback, +};