UNPKG

@nozbe/watermelondb

Version:

Build powerful React Native and React web apps that scale from hundreds to tens of thousands of records and remain fast

7 lines (5 loc) 127 B
// @flow export default function values<T, Key, O: { [Key]: T }>(obj: O): T[] { // $FlowFixMe return Object.values(obj) }