UNPKG

forerunnerdb

Version:

A NoSQL document store database for browsers and Node.js.

12 lines (9 loc) 150 B
"use strict"; var Constants = { TYPE_INSERT: 0, TYPE_UPDATE: 1, TYPE_REMOVE: 2, PHASE_BEFORE: 0, PHASE_AFTER: 1 }; module.exports = Constants;