Example: ```typescript const PriorityEnum = getEnum([ 0, 1, 2, 3, 4, ]); ```
Example: