UNPKG

@translated/lara

Version:

Official Lara SDK for JavaScript and Node.js

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