UNPKG

hyperdrive-schemas

Version:

Protobuf schemas for Hyperdrive and its daemon.

11 lines (8 loc) 238 B
const p = require('path') const API_VERSION = 0 module.exports = { hyperdriveSchemaPath: p.join(__dirname, 'schemas', 'hyperdrive.proto'), messages: require('./lib/messages'), Stat: require('./lib/stat'), version: API_VERSION }