UNPKG

node-tls-client

Version:

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

6 lines (5 loc) 242 B
export declare function request(payload: string): any; export declare function destroySession(payload: string): any; export declare function destroyAll(): any; export declare function freeMemory(payload: string): any; export default request;