UNPKG

@smash-sdk/core

Version:

Smash Sdk Core

8 lines (7 loc) 289 B
import { Region } from "../client/types"; export declare const swappedRegions: { [key: string]: Region; }; export declare function getRegionFromId(id: string): Region; export declare function isValidTeamId(id: string): boolean; export declare function getAvailableRegions(): Region[];