UNPKG

@yeci226/hoyoapi

Version:

HoYoAPI is an unofficial API Wrapper library developed to facilitate communication with the official HoYoLab API.

9 lines (8 loc) 192 B
import { HsrRegion } from './hsr.interface'; /** * Get Server Region by UID * * @param uid number UID * @returns {string} */ export declare function getHsrRegion(uid: number): HsrRegion;