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

6 lines (3 loc) 119 B
// @flow import { $Keys, Array } from '../../../types' export default function keys<T = {}>(obj: T): Array<$Keys<T>>