UNPKG

node-tls-client-kgb

Version:

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

7 lines (6 loc) 179 B
import { IClient } from "../interface/client"; /** * Downloads and loads the native library. * @returns {Promise<IClient>} */ export declare function load(): Promise<IClient>;