UNPKG

sync-server

Version:

A simple server which can be used to synchronize data from Dexie.Syncable and an ISyncProtocol implementation and write them into files

8 lines (6 loc) 76 B
'use strict'; module.exports = { CREATE: 1, UPDATE: 2, DELETE: 3, };