node-libcurl-ja3
Version:
Node.js native bindings for libcurl-impersonate. Impersonate Chrome, Edge, Firefox and Safari TLS fingerprints.
16 lines • 413 B
TypeScript
/**
* 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.
*/
/**
* Options to be used with {@link "Share".Share.setOpt | `Share#setOpt`}.
*
* @public
*/
export declare enum CurlShareOption {
SHARE = 1,
UNSHARE = 2
}
//# sourceMappingURL=CurlShareOption.d.ts.map