react-casino-roulette-updated
Version:
The best React Casino Roulette
8 lines (7 loc) • 382 B
TypeScript
import { RouletteLayoutType } from '../../types';
/**
* Returns the numbers for the roulette wheel in the official order.
* @param layoutType european or american
* @see https://en.wikipedia.org/wiki/Roulette#:~:text=the%20winning%20number.-,Roulette%20wheel%20number%20sequence,-%5Bedit%5D
*/
export declare const getWheelNumbers: (layoutType: RouletteLayoutType) => string[];