1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ###
kaen\recursive-object-mask
Licensed under the MIT license
For full copyright and license information, please see the LICENSE file
@author Bryan Conrad <bkconrad@gmail.com>
@copyright 2015 Bryan Conrad
@link https://github.com/kaen/node-nested-object-mask
@license http://choosealicense.com/licenses/MIT MIT License
###
# Application's initialisation and startup script
module.exports = require './src/nested_object_mask' |