UNPKG

notebox

Version:

powerful command line based note taking app.

8 lines (7 loc) 134 B
module.exports={ initDb:initDb } function initDb(path,cb){ var db = require("../db").get(path); require("../db").init(db,cb); }