mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-05-14 14:58:04 +00:00
19 lines
364 B
JavaScript
19 lines
364 B
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "log", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _log.log;
|
|
}
|
|
});
|
|
Object.defineProperty(exports, "wasReported", {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _log.wasReported;
|
|
}
|
|
});
|
|
|
|
var _log = require("pkg-fetch/lib-es5/log.js"); |