Public
Script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import { TMaterialType as MaterialType } from "https://esm.town/v/tmcw/TMaterialType";
export const materialType = {
spirit: new MaterialType("Spirit"),
liqueur: new MaterialType("Liqueur"),
bitters: new MaterialType("Bitters"),
fruit: new MaterialType("Fruit"),
fortified: new MaterialType("Fortified"),
juice: new MaterialType("Juice"),
soda: new MaterialType("Soda"),
syrup: new MaterialType("Syrup"),
other: new MaterialType("Other"),
base: new MaterialType("Base"),
seasoning: new MaterialType("Seasoning"),
};
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
November 16, 2023