UNPKG
@real-db/server
Version:
latest (0.0.0)
0.0.0
The library for syncing data changes to multiple devices from your database
gitlab.com/real-db/core
@real-db/server
/
lib
/
client
/
sync.js
9 lines
(8 loc)
•
287 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
RealDBClientSyncAction
=
/**
@class
*/
(
function
(
) {
function
RealDBClientSyncAction
(
) { }
return
RealDBClientSyncAction
; }());
exports
.
RealDBClientSyncAction
=
RealDBClientSyncAction
;