UNPKG
screepsmod-market
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
## Screeps Private Server Alternate NPC Market code
screepsmod-market
/
lib
/
index.js
5 lines
(4 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
module
.exports =
function
(config)
{
require
(
'./common'
)(
config
)
if
(
config
.backend)
require
(
'./backend'
)(
config
) }