@pokt-network/pocket-js
Version:
Pocket-js core package with the main functionalities to interact with the Pocket Network.
14 lines • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BaseProfiler = void 0;
/**
* Base Profiler
*/
var BaseProfiler = /** @class */ (function () {
function BaseProfiler() {
this.data = [];
}
return BaseProfiler;
}());
exports.BaseProfiler = BaseProfiler;
//# sourceMappingURL=base-profiler.js.map