UNPKG

@schemifyjs/cli

Version:
2 lines (1 loc) 104 B
export declare function parseEnum<T>(enumType: Record<string, T>, label: string): (value: string) => T;