UNPKG

coffee-shop

Version:

Coffee Web Framework.

13 lines (11 loc) 169 B
module.exports = { cdn_url: function(path, cb) { return cb('' + path); }, current_user: {}, flash: { notice: [], alert: [] }, body_class: '' };