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) 207 B
export const getPreciseTime: () => number export function devMeasureTime<T>(executeBlock: () => T): [T, number] export function devMeasureTimeAsync<T>(executeBlock: () => Promise<T>): Promise<[T, number]>