diff options
Diffstat (limited to 'lib/json/encodeConfig.js')
-rw-r--r-- | lib/json/encodeConfig.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/json/encodeConfig.js b/lib/json/encodeConfig.js deleted file mode 100644 index 195d43b..0000000 --- a/lib/json/encodeConfig.js +++ /dev/null @@ -1,12 +0,0 @@ -/** - Encode configuration to JSON - - @param {Config} - @return {Object} -*/ -function encodeConfig(config) { - var values = config.getValues(); - return values.toJS(); -} - -module.exports = encodeConfig; |