UNPKG

xbogus

Version:

Generate X-Bogus parameter used for tiktok requests

13 lines (9 loc) 233 B
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; }