You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program i am working on is a main interface for on top of two (raw) sub-interfaces http and websocket (they represent the nature of connection, are not the http or websocket module). Each interface has a number of functions. The main interface provides a aggregate simpler set of functions that utilize the raw http and websocket functions. I export main iterface and re-export http, websocket interfaces as below.
Bug report
The program i am working on is a main interface for on top of two (raw) sub-interfaces
http
andwebsocket
(they represent the nature of connection, are not the http or websocket module). Each interface has a number of functions. The main interface provides a aggregate simpler set of functions that utilize the rawhttp
andwebsocket
functions. I export main iterface and re-exporthttp
,websocket
interfaces as below.Input code
http.ts
websocket.ts
index.ts
Expected output
Actual output
Additional context
I am using the following command for generating the decalrations file.
The text was updated successfully, but these errors were encountered: