import { valueToEnum } from "https://deno.land/x/dexonline@v3.2.1/src/utils.ts";
Casts a value to an enumerator.
Type Parameters
optional
EnumValue = EnumType extends Record<string, infer V> ? V : neverimport { valueToEnum } from "https://deno.land/x/dexonline@v3.2.1/src/utils.ts";
Casts a value to an enumerator.