UNPKG

@bhavinkumarvegad/playwright-email-utils

Version:

Reusable utilities for handling emails in Playwright tests from Yopmail, Gmail and other providers.

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