UNPKG

fingerprint-me-not

Version:

A powerful Node.js HTTP client with advanced TLS fingerprinting capabilities

6 lines 219 B
interface RequestFunction { async: (payload: string, callback: (error: Error | null, response: string) => void) => void; } export declare const request: RequestFunction; export {}; //# sourceMappingURL=cffi.d.ts.map