UNPKG

@rize-labs/paas

Version:

Passkey management module for all your passkey requirements

12 lines 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Method = void 0; var Method; (function (Method) { Method["POST"] = "POST"; Method["PUT"] = "PUT"; Method["UPDATE"] = "UPDATE"; Method["DELETE"] = "DELETE"; Method["GET"] = "GET"; })(Method = exports.Method || (exports.Method = {})); //# sourceMappingURL=utils.js.map