There was an error while loading. Please reload this page.
selectRandomVariation returns one randomly-chosen variation from a string of slash-separated options.
variations: string
A string of slash-separated options to randomly choose from.
One of the options, chosen randomly.
import { selectRandomVariation } from '@revolutionarygamesco/common' selectRandomVariation('to-MAY-to / to-MAH-to') // Either 'to-MAY-to' or 'to-MAH-to'