import { EnumType } from "https://deno.land/x/cliffy@v0.19.0/command/types/enum.ts";
Enum type. Allows only provided values.
Constructors
new
EnumType(values: ReadonlyArray<T>)Properties
private
readonly
allowedValues: ReadonlyArray<T>import { EnumType } from "https://deno.land/x/cliffy@v0.19.0/command/types/enum.ts";
Enum type. Allows only provided values.