Code coverage report for recursive-object-mask/index.coffee

Statements: 0% (0 / 1)      Branches: 100% (0 / 0)      Functions: 100% (0 / 0)      Lines: 0% (0 / 1)      Ignored: none     

All files » recursive-object-mask/ » index.coffee
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'