Buckets:
| ; | |
| Object.defineProperty(exports, "__esModule", { | |
| value: true | |
| }); | |
| exports.default = consoleFunc; | |
| var _wrapAsync = require('./wrapAsync.js'); | |
| var _wrapAsync2 = _interopRequireDefault(_wrapAsync); | |
| function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | |
| function consoleFunc(name) { | |
| return (fn, ...args) => (0, _wrapAsync2.default)(fn)(...args, (err, ...resultArgs) => { | |
| /* istanbul ignore else */ | |
| if (typeof console === 'object') { | |
| /* istanbul ignore else */ | |
| if (err) { | |
| /* istanbul ignore else */ | |
| if (console.error) { | |
| console.error(err); | |
| } | |
| } else if (console[name]) { | |
| /* istanbul ignore else */ | |
| resultArgs.forEach(x => console[name](x)); | |
| } | |
| } | |
| }); | |
| } | |
| module.exports = exports.default; |
Xet Storage Details
- Size:
- 919 Bytes
- Xet hash:
- 2a4a899de9519c6150489bb2ebbb8a50e28968ee49caf54157f1b5ba7acabe57
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.