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

11 lines (7 loc) 181 B
// @flow export opaque type ConnectionTag: number = number let previousTag = 0 export default function connectionTag(): ConnectionTag { previousTag += 1 return previousTag }