internet-avatar.js
Version:
Library for connecting to Internet Avatar API.
14 lines (13 loc) • 529 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IdentifierType = void 0;
var IdentifierType;
(function (IdentifierType) {
IdentifierType[IdentifierType["ulid"] = 0] = "ulid";
IdentifierType[IdentifierType["username"] = 1] = "username";
IdentifierType[IdentifierType["email"] = 2] = "email";
IdentifierType[IdentifierType["discord"] = 3] = "discord";
// telegram,
// whatsapp,
// phone
})(IdentifierType || (exports.IdentifierType = IdentifierType = {}));