UNPKG
@bastothemax/bgdb
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Easily connect to the BTTM key-value DataBase
github.com/bastothemax/bgDB
bastothemax/bgDB
@bastothemax/bgdb
/
index.js
8 lines
•
246 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
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); };