UNPKG
roson
Version:
latest (9.4.3)
9.4.3
9.4.2
9.4.1
9.4.0
9.3.9
9.3.8
9.3.7
A Database and BackEnd Package For NekroJS Framework.
github.com/NekroJS/Roson
NekroJS/Roson
roson
/
src
/
index.js
10 lines
(8 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
t =
require
(
"../lib/index.js"
)
const
_ =
require
(
"lodash"
)
var
b =
require
(
"../lib/backend/index.js"
)
var
d =
require
(
"../lib/db/index"
)
module
.
exports
= {
BackEnd
: b,
DataBase
: d }