UNPKG

@cloudbet/market-helper

Version:

SDK to generate localized sport market information

4 lines (3 loc) 204 B
import { SportType } from './sports-core'; /** @description return the prefer sport key of the sdk, all lower case, spearated by _ */ export declare const getSdkSportKey: (sportKey: string) => SportType;