UNPKG

rrdtool

Version:
10 lines (6 loc) 180 B
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 }