sayem314 / hooman

http interceptor to hoomanize cloudflare requests
https://www.npmjs.com/package/hooman
MIT License
148 stars 18 forks source link

Convert to typescript? #28

Closed zedd3v closed 3 years ago

zedd3v commented 4 years ago

Would be nice to see this in typescript

Zirpoo commented 4 years ago

Maybe i'm wrong, but I just created a hooman.d.ts file and told typescript that it's a Got type.

declare module "hooman" { const got: import("got").Got; export default got; }