UNPKG

@xmcl/user

Version:

Minecraft user related functions, including Yggdrasil authenticator, player skin fetcher, and Mojang security API

9 lines 248 B
/** * @module @xmcl/user */ export * from './offline'; export { GameProfile, GameProfileWithProperties } from './gameProfile'; export * from './mojang'; export * from './yggdrasil'; export * from './microsoft'; //# sourceMappingURL=index.d.ts.map