UNPKG

tigrmail

Version:

API client for creating temporary email addresses to use in your E2E tests with Playwright, Cypress, and other frameworks.

6 lines (5 loc) 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Tigrmail = void 0; var tigrmail_1 = require("./tigrmail"); Object.defineProperty(exports, "Tigrmail", { enumerable: true, get: function () { return tigrmail_1.Tigrmail; } });