CleverStack/clever-subscription

View on GitHub
module.js

Summary

Maintainability
A
0 mins
Test Coverage
module.exports = require( 'classes' ).Module.extend({
    preSetup: function() {
        this.debug( 'Using the clever-' + this.config.driver.toLowerCase() + ' module for storage');
    }
});