/**
 * Minified by jsDelivr using Terser v5.39.0.
 * Original file: /npm/@nasriya/authcrypto@1.1.3/dist/cjs/manager.js
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
"use strict";var __importDefault=this&&this.__importDefault||function(t){return t&&t.__esModule?t:{default:t}};Object.defineProperty(exports,"__esModule",{value:!0});const crypto_1=__importDefault(require("./assets/crypto/crypto")),jwt_1=__importDefault(require("./assets/jwt/jwt")),passwords_1=__importDefault(require("./assets/passwords/passwords")),config_1=__importDefault(require("./assets/config/config"));class AuthCrypto{#t;#s;#r;#e;constructor(){this.#t=new config_1.default,this.#s=new passwords_1.default(this.#t),this.#r=new jwt_1.default(this.#t),this.#e=new crypto_1.default(this.#t)}get crypto(){return this.#e}get jwt(){return this.#r}get passwords(){return this.#s}get config(){return this.#t}}const authCrypto=new AuthCrypto;exports.default=authCrypto;
//# sourceMappingURL=/sm/8467a867c5e33d9b3617f1b9a3c0cc4a6e0907320fa3c19f938750af3daf2891.map