Help you structure and load all of your helpers easier
npm install helperloader
var helper = require('helper')('your.helper.path');
Load customer helper
helper('customer').doThis().andDoThat()
Return false if helper not found.