UNPKG

mailinator-client

Version:
9 lines (8 loc) 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Sort = void 0; var Sort; (function (Sort) { Sort["ASC"] = "ascending"; Sort["DESC"] = "descending"; })(Sort = exports.Sort || (exports.Sort = {}));