UNPKG

@cloudbet/market-helper

Version:

SDK to generate localized sport market information

8 lines (7 loc) 797 B
import { MarketDefinitions, MarketDefinition, MarketVariables, Locale, MarketType, SportType } from './sports-core-types'; import { ScoreTypes } from './sports-score-types'; import { getSportsName, getMarketName, getOutcome, getMarketDescription, getMarketDefinitions, hasMarketDefinition } from './market-definitions'; import { selectionCountPerLine, possibleOutcomeCount, overUnderMarket } from './helpers'; import { loadLocale, isLoaded, isLoading } from './locales'; export { getSportsName, getMarketName, getOutcome, getMarketDescription, getMarketDefinitions, hasMarketDefinition, selectionCountPerLine, possibleOutcomeCount, overUnderMarket, loadLocale, isLoaded, isLoading, Locale, MarketType }; export type { MarketDefinitions, MarketDefinition, MarketVariables, SportType, ScoreTypes };