UNPKG
@tanstack/optimistic
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Core optimistic updates library
tanstack.com/optimistic
TanStack/optimistic
@tanstack/optimistic
/
dist
/
cjs
/
utils.d.cts
4 lines
(3 loc)
•
165 B
text/typescript
View Raw
1
2
3
4
export
declare
function
getLockedObjects
(
):
Set
<
string
>;
export
declare
function
getGlobalVersion
(
):
number
;
export
declare
function
advanceGlobalVersion
(
):
number
;