UNPKG

got-tls

Version:

A node websocket api version of https://github.com/Carcraftz/TLS-Fingerprint-API to spoof TLS fingerprint to prevent your requests from being fingerprinted. > im fairly new to golang / websockets pull requests are welcome

6 lines (5 loc) 267 B
export declare let BACKEND: any; export declare let CONNECTED: boolean; export declare const startServer: () => Promise<void>; export declare function getBaseUrl(url: string, prefix?: string): string; export declare function sleep(ms: number): Promise<unknown>;