UNPKG

@tonappchain/adnl

Version:

ADNL TypeScript implementation

8 lines 485 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ADNLClient = exports.ADNLClientWS = void 0; var client_ws_1 = require("./client-ws"); Object.defineProperty(exports, "ADNLClientWS", { enumerable: true, get: function () { return client_ws_1.ADNLClientWS; } }); var client_1 = require("./client"); Object.defineProperty(exports, "ADNLClient", { enumerable: true, get: function () { return client_1.ADNLClient; } }); //# sourceMappingURL=browser.js.map