UNPKG
xbogus
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Generate X-Bogus parameter used for tiktok requests
github.com/iamatef/xbogus
iamatef/xbogus
xbogus
/
types
/
index.d.ts
13 lines
(9 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
declare
module
"xbogus"
{
type
SignFunction
=
(
url
:
string
,
userAgent
:
string
) =>
any
;
const
sign
:
SignFunction
;
interface
xbogus { (
url
:
string
,
userAgent
:
string
):
any
; }
const
xbogus
: xbogus;
export
= xbogus; }