UNPKG

node-tls-client

Version:

Advanced library based on node-fetch and tls-client.

12 lines (11 loc) 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initTLS = initTLS; exports.destroyTLS = destroyTLS; const Client_1 = require("./Client"); async function initTLS() { return Client_1.Client.init(); } async function destroyTLS() { return Client_1.Client.destroy(); }