UNPKG

mojang-auth

Version:

Mojang authentication client, re-implementing parts of `node-yggdrasil` in classes, and adding support for custom auth servers.

3 lines 90 B
import Client from './Client'; import Server from './Server'; export { Client, Server };