UNPKG

mailinator-client

Version:
7 lines (6 loc) 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const restm = require("typed-rest-client/RestClient"); const Constants_1 = require("./Constants"); const restClient = new restm.RestClient(Constants_1.COMMON_USER_AGENT, undefined, undefined, { socketTimeout: 125000 }); exports.default = restClient;