/** * Helper for enumerating a type from a const object * Example: export type Foo = ValuesOf\ * @public */ export type ValuesOf = T[keyof T]; //# sourceMappingURL=typings.d.ts.map