6 lines
62 B
TypeScript

export enum Direction {
POSITIVE,
NEGATIVE,
UNCHANGED
}