UNPKG

@bastothemax/bgdb

Version:

Easily connect to the BTTM key-value DataBase

8 lines 246 B
exports = function main(string) { if (typeof string !== "string") throw new TypeError("Login using a token"); token = string; console.log(":D " + token); }; exports.get = function get() { console.log("This is " + token); };