@cloudbet/market-helper
Version:
SDK to generate localized sport market information
8 lines • 785 B
JavaScript
import { Locale, MarketType } 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';
// only export types that consumers of this sports-core package need to have, and all these should be documented
export { getSportsName, getMarketName, getOutcome, getMarketDescription, getMarketDefinitions, hasMarketDefinition, selectionCountPerLine, possibleOutcomeCount, overUnderMarket, loadLocale, isLoaded, isLoading, Locale, MarketType };
//# sourceMappingURL=index.js.map