UNPKG

img-cacher

Version:

Serve images from localStorage – great for offline apps.

10 lines (8 loc) 230 B
module.exports = function log() { var _ = this; if (_.logging) { var args = Array.prototype.slice.call(arguments); args.unshift(_.logging + ' ~>'); console.log.apply(console.debug, args); } };