UNPKG

medea

Version:

A lightweight key-value storage library.

8 lines (6 loc) 135 B
module.exports = function() { this.fileId = null; this.valueSize = null; this.valuePosition = null; this.timestamp = null; };