UNPKG

@translated/lara

Version:

Official Lara SDK for JavaScript and Node.js

12 lines (11 loc) 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = instance; const browser_crypto_1 = require("./browser-crypto"); let _instance; function instance() { if (_instance === undefined) { _instance = new browser_crypto_1.BrowserCrypto(); } return _instance; }