UNPKG

mailinator-client

Version:
7 lines (6 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COMMON_USER_AGENT = exports.USERAGENT = exports.AUTHORIZATION = void 0; exports.AUTHORIZATION = "Authorization"; exports.USERAGENT = "User-Agent"; exports.COMMON_USER_AGENT = 'Mailinator SDK - JS V1.0.4';