UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

3 lines (2 loc) 82 B
// Create a type from the object values export type ObjectValues<T> = T[keyof T];