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

9 lines (8 loc) 166 B
"use strict"; exports.__esModule = true; exports.default = connectionTag; var previousTag = 0; function connectionTag() { previousTag += 1; return previousTag; }