UNPKG
hypertable-driver
Version:
latest (1.98.4)
1.98.4
1.98.3
1.98.2
1.98.1
1.0.0
hypertable-driver
github.com/zy445566/hypertable-driver
zy445566/hypertable-driver
hypertable-driver
/
lib
/
node_modules
/
hypertable
/
timestamp
/
index.js
9 lines
(7 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Defines {
@link
Timestamp} class. *
@example
* var Timestamp = require('hypertable/timestamp'); *
@module
hypertable/timestamp */
exports
=
module
.
exports
= require(
'../lib/hypertable/Timestamp.js'
);