summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/npm/node_modules/funcaptcha/lib/fingerprint.d.ts
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2023-11-18 04:38:31 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2023-11-18 04:38:31 +0100
commitcadc507fad2fee59b23d1d8e73c472c077f468fc (patch)
tree42b1c0c0ccf5e3aa7a843a3766d4d19b6a7ade8e /g4f/Provider/npm/node_modules/funcaptcha/lib/fingerprint.d.ts
parentImprove providers (diff)
downloadgpt4free-cadc507fad2fee59b23d1d8e73c472c077f468fc.tar
gpt4free-cadc507fad2fee59b23d1d8e73c472c077f468fc.tar.gz
gpt4free-cadc507fad2fee59b23d1d8e73c472c077f468fc.tar.bz2
gpt4free-cadc507fad2fee59b23d1d8e73c472c077f468fc.tar.lz
gpt4free-cadc507fad2fee59b23d1d8e73c472c077f468fc.tar.xz
gpt4free-cadc507fad2fee59b23d1d8e73c472c077f468fc.tar.zst
gpt4free-cadc507fad2fee59b23d1d8e73c472c077f468fc.zip
Diffstat (limited to 'g4f/Provider/npm/node_modules/funcaptcha/lib/fingerprint.d.ts')
-rw-r--r--g4f/Provider/npm/node_modules/funcaptcha/lib/fingerprint.d.ts63
1 files changed, 0 insertions, 63 deletions
diff --git a/g4f/Provider/npm/node_modules/funcaptcha/lib/fingerprint.d.ts b/g4f/Provider/npm/node_modules/funcaptcha/lib/fingerprint.d.ts
deleted file mode 100644
index 422954bc..00000000
--- a/g4f/Provider/npm/node_modules/funcaptcha/lib/fingerprint.d.ts
+++ /dev/null
@@ -1,63 +0,0 @@
-declare const baseFingerprint: {
- DNT: string;
- L: string;
- D: number;
- PR: number;
- S: number[];
- AS: number[];
- TO: number;
- SS: boolean;
- LS: boolean;
- IDB: boolean;
- B: boolean;
- ODB: boolean;
- CPUC: string;
- PK: string;
- CFP: string;
- FR: boolean;
- FOS: boolean;
- FB: boolean;
- JSF: string[];
- P: string[];
- T: (number | boolean)[];
- H: number;
- SWF: boolean;
-};
-declare function getFingerprint(): {
- DNT: string;
- L: string;
- D: number;
- PR: number;
- S: number[];
- AS: number[];
- TO: number;
- SS: boolean;
- LS: boolean;
- IDB: boolean;
- B: boolean;
- ODB: boolean;
- CPUC: string;
- PK: string;
- CFP: string;
- FR: boolean;
- FOS: boolean;
- FB: boolean;
- JSF: string[];
- P: string[];
- T: (number | boolean)[];
- H: number;
- SWF: boolean;
-};
-declare function prepareF(fingerprint: any): string;
-declare function prepareFe(fingerprint: any): any[];
-declare function getEnhancedFingerprint(fp: typeof baseFingerprint, ua: string, opts: any): {
- key: string;
- value: any;
-}[];
-declare const _default: {
- getFingerprint: typeof getFingerprint;
- prepareF: typeof prepareF;
- prepareFe: typeof prepareFe;
- getEnhancedFingerprint: typeof getEnhancedFingerprint;
-};
-export default _default;