7 lines
416 B
JavaScript
7 lines
416 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.wasReported = exports.log = void 0;
|
|
var log_1 = require("pkg-fetch/lib-es5/log");
|
|
Object.defineProperty(exports, "log", { enumerable: true, get: function () { return log_1.log; } });
|
|
Object.defineProperty(exports, "wasReported", { enumerable: true, get: function () { return log_1.wasReported; } });
|
|
//# sourceMappingURL=log.js.map
|