Source: timestamp/index.js

/**
 * Defines {@link Timestamp} class.
 * @example
 * var Timestamp = require('hypertable/timestamp');
 * @module hypertable/timestamp
 */

exports = module.exports = require('../lib/hypertable/Timestamp.js');