UNPKG

starrail-manager

Version:

The StarRail Manager is a Node.js wrapper for the MiHoMo API and StarRail Data used in Honkai: StarRail.\ **This is not an official Honkai: StarRail project.**

3 lines (2 loc) 124 B
import { charData } from "../types/starrail"; export declare function parseChar(data: any, index: number): charData | null;