UNPKG

@blizzard-api/sc2

Version:

A series of helpers to interact with the Starcraft II Blizzard API

12 lines (11 loc) 380 B
import { Resource } from "@blizzard-api/core"; //#region src/account/index.d.ts /** * Returns the player information for the specified account ID. * @param accountId The account ID * @returns The player resource. See {@link Resource}. */ declare function player(accountId: string): Resource<Array<unknown>>; //#endregion export { player }; //# sourceMappingURL=index.d.ts.map