// @flow

export default function values<T, Key, O = { [k: string]: T }>(obj: O): T[]
