UNPKG
bd-config
Version:
latest (0.2.0)
next (2.0.1)
2.0.1
2.0.0
0.2.0
0.1.0
bd config
github.com/bdjs/bd-config
bdjs/bd-config
bd-config
/
example
/
index.js
8 lines
(4 loc)
•
92 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
'use strict'
;
var
config =
require
(
'../'
);
var
configs =
config
();
console
.
log
(configs);