UNPKG

@gideo-llc/backblaze-b2-upload-any

Version:

An intelligent upload function to be used with the backblaze-b2 module

9 lines (6 loc) 221 B
// A bunyan logger can be attached as the logger attribute of this module to // enable logging. const self = module.exports = { trace(...args) { return self.logger.trace(...args); }, logger: { trace() {}, }, };