UNPKG

facilislabore

Version:

TypeScript custom transformer which enumerates members of the union of string literal types

2 lines (1 loc) 64 B
export function enumerate<T extends string>(): { [K in T]: K };