ethers.js/packages/tests/reporter-keepalive.js

6 lines
119 B
JavaScript
Raw Normal View History

2020-07-13 15:03:56 +03:00
"use strict";
const { ReporterKeepAlive } = require("./lib/reporter-keepalive");
module.exports = ReporterKeepAlive;