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.**

6 lines (5 loc) 223 B
import { Client } from "./client/client"; import { LightCone } from "./client/light_cone"; import { Character } from "./client/character"; import { config } from "./config"; export { Client, LightCone, Character, config };