UNPKG
playship_ludo_pseudo_quick
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Server side neutrino plugin code for ludo game
bitbucket.org/gkmog/ludo_server
playship_ludo_pseudo_quick
/
src
/
utils
/
playshipUtils.js
7 lines
•
264 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
playshipUtils
=
require
(
'playship_utils'
);
const
helpers
= playshipUtils.
init
({
SERVICE_NAME
:
'ludo-game'
,
LOGGER
: {
LOG_LEVEL
: process.env.LOGLEVEL,
LOG_SRC
:
true
}, }); helpers.deepclone = playshipUtils.utils.oddUtils.deepClone; module.exports = helpers;