UNPKG

node-hoyolab

Version:

node-hoyolab is an unofficial API Wrapper library developed to integrate with the Hoyolab, which provides a more convenient way to access the 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;