UNPKG
midnight
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
Web framework for building modern web applications
github.com/msavela/midnight
msavela/midnight
midnight
/
lib
/
config.js
7 lines
(6 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
=
(
app,
object
) =>
{
for
(
var
key
in
object
) { app.
config
[key] =
object
[key]; }
return
app; };