UNPKG

@allseated-registry/mailinator-client

Version:
10 lines (9 loc) 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MatchType = void 0; var MatchType; (function (MatchType) { MatchType["ANY"] = "ANY"; MatchType["ALL"] = "ALL"; MatchType["ALWAYS_MATCH"] = "ALWAYS_MATCH"; })(MatchType = exports.MatchType || (exports.MatchType = {}));