6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
"use strict";
|
|
|
|
const { ReporterKeepAlive } = require("./lib/reporter-keepalive");
|
|
|
|
module.exports = ReporterKeepAlive;
|