UNPKG
rrdtool
Version:
latest (0.2.0)
0.2.0
0.1.2
0.1.1
0.1.0
A simple wrapper around RRDTool
github.com/LinusU/node-rrdtool
LinusU/node-rrdtool
rrdtool
/
index.js
10 lines
(6 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
DB
from
'./lib/db.js'
import
{ now }
from
'./lib/util.js'
export
{ now }
export
const
create =
DB
.
create
export
const
open =
DB
.
open
export
default
{ create, now, open }