Closed theaussiepom closed 3 years ago
When consuming the ngrok package with typescript for Node 14, compiler fails with error:
node_modules/ngrok/ngrok.d.ts:217:40 - error TS2304: Cannot find name 'Request'. 217 requestDetail(id: string): Promise<Request>;
Like 217 of ngrok.d.ts should read: 217 requestDetail(id: string): Promise<Ngrok.Request>;
217 requestDetail(id: string): Promise<Ngrok.Request>;
See pull request: https://github.com/bubenshchykov/ngrok/pull/233
Thanks for raising and fixing this! I'll get this merged later today.
Awesome, thanks Phil
This is deployed as of version 4.1.0. Thanks!
When consuming the ngrok package with typescript for Node 14, compiler fails with error:
Like 217 of ngrok.d.ts should read:
217 requestDetail(id: string): Promise<Ngrok.Request>;