node-libcurl-ja3
Version:
Node.js native bindings for libcurl-impersonate. Impersonate Chrome, Edge, Firefox and Safari TLS fingerprints.
15 lines • 482 B
TypeScript
/// <reference types="node" />
/**
* Copyright (c) Jonathan Cardoso Machado. All Rights Reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* This function is used to merge the buffers
* that were stored while the request was being processed.
*
* @internal
*/
export declare function mergeChunks(chunks: Buffer[], length: number): Buffer;
//# sourceMappingURL=mergeChunks.d.ts.map