pokemongo-game-master
Version:
Collection of the decoded GAME_MASTER-protobuf files
15 lines (12 loc) • 532 B
TypeScript
// Type definitions for pokemongo-game-master 1.0.0
// Project: https://github.com/BrunnerLivio/pokemongo-game-master
// Definitions by: Livio Brunner <https://github.com/BrunnerLivio>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**
* Collection of the decoded GAME_MASTER-protobuf files
*/
declare class PokemongoGameMaster {
static getVersion(version: string, format?: "protobuf" | "json"): Promise<string|object>;
static getLatestVersionName(): Promise<string>;
}
export = PokemongoGameMaster;