UNPKG

mailinator-client

Version:
9 lines (8 loc) 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OperationType = void 0; var OperationType; (function (OperationType) { OperationType["EQUALS"] = "EQUALS"; OperationType["PREFIX"] = "PREFIX"; })(OperationType = exports.OperationType || (exports.OperationType = {}));