8 lines
147 B
TypeScript
8 lines
147 B
TypeScript
export enum Op {
|
|
JOINED = "joined",
|
|
AND = "and",
|
|
SWAPPED = "swaped",
|
|
SWAP = "swap",
|
|
BLENDED = "blended",
|
|
BLEND = "blend",
|
|
} |