Skip to content

Instantly share code, notes, and snippets.

@pachun
Created May 16, 2024 14:40
Show Gist options
  • Save pachun/d2217c2e57cab23e92547c419861a74c to your computer and use it in GitHub Desktop.
Save pachun/d2217c2e57cab23e92547c419861a74c to your computer and use it in GitHub Desktop.
const ingredients = [
'Absinthe',
'Agave Syrup',
'Amaretto Liqueur',
'Amaro Liqueur',
'Angostura Bitters',
'Aperol',
'Apple',
'Apple Brandy',
'Applejack',
'Apricot Liqueur',
'Baileys Irish Cream Liqueur',
'Basil Leaf',
'Benedictine',
'Blackberry',
'Blackcurrant',
'Blanco Tequila',
'Blended Scotch',
'Blue Curaçao',
'Boiling Water',
'Bourbon',
'Brandied Cherry',
'Brown Sugar',
'Cachaça',
'Campari',
'Cardamom Simple Syrup',
'Chambord',
'Champagne',
'Cherry',
'Cherry Liqueur',
'Cinnamon',
'Citron Vodka',
'Club Soda',
'Coca-Cola',
'Cocktail Umbrella',
'Coffee',
'Coffee Liqueur',
'Cognac',
'Cointreau',
'Coke',
'Cranberry Juice',
'Cream of Coconut',
'Creme de Cacao',
'Creme de Cassis',
'Creme de Menthe',
'Creme de Mure',
'Creme de Noyaux',
'Creme de Violette',
'Cucumber',
'Dark Rum',
'Demerara Sugar Syrup',
'Drambuie',
'Dry Champagne',
'Dry Gin',
'Dry Vermouth',
'Dubonnet Rouge Grand Aperitif',
'Edible Flower Petal',
'Edible Gold Glitter',
'Egg',
'Egg White',
'Flower Water',
"Galliano L'Autentico Liqueur",
'Gin',
'Ginger Ale',
'Ginger Beer',
'Gold Rum',
'Grand Marnier',
'Granulated Sugar',
'Grapefruit',
'Grapefruit Juice',
'Grapefruit Soda',
'Green Chartreuse',
'Green Olive',
'Grenadine',
'Half-and-Half',
'Heavy Cream',
'Honey Syrup',
'Irish Whiskey',
'Kahlúa',
'Lavender',
'Lemon',
'Lemon Juice',
'Light Rum',
'Lillet Blanc Aperitif',
'Lime',
'Lime Juice',
'London Dry Gin',
'Manzanilla Sherry',
'Maple Syrup Grade A',
'Maple Syrup Grade B',
'Maraschino Cherry',
'Maraschino Liqueur',
'Mint',
'Mint Leaf',
'Nutmeg',
'Olive Brine',
'Orange',
'Orange Bitters',
'Orange Curaçao',
'Orange Flower Water',
'Orange Juice',
'Orange Liqueur',
'Orgeat',
'Peach Schnapps',
"Peychaud's Bitters",
"Pimm's No.1",
'Pineapple',
'Pineapple Juice',
'Pineapple Schnapps',
'Pisco',
'Pomegrante Juice',
'Prosecco',
'Pumpkin Ale',
'Pumpkin Purée',
'Pumpkin Syrup',
'Raspberry',
'Raspberry Liqueur',
'Raspberry Syrup',
'Ruby Port',
'Rum',
'Rye Whiskey',
'Salt',
'Scotch',
'Silver Tequila',
'Simple Syrup',
'Single Cream',
'Soda Water',
'Sparkling Wine',
'Starfruit',
'Strawberry',
'Sugar',
'Sugar Cube',
'Sweet Vermouth',
'Tequila',
'Tequila Reposado',
'Triple Sec',
'Vodka',
'Water',
'Whipped Cream',
'White Creme de Cacao',
'White Creme de Menthe',
'White Rum',
'Yellow Chartreuse',
] as const
export type Ingredient = (typeof ingredients)[number]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment