Skip to content

Commit

Permalink
feat: export identifiers from packages index.ts (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhudev committed Apr 23, 2024
1 parent 80c6938 commit bced914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/network/src/index.ts
Expand Up @@ -18,8 +18,8 @@ export { HTTPHeaders } from './services/http/headers';
export { HTTPService } from './services/http/http.service';
export { IHTTPImplementation } from './services/http/implementations/implementation';
export { XHRHTTPImplementation } from './services/http/implementations/xhr';
export { HTTPRequest } from './services/http/request';
export { HTTPResponse } from './services/http/response';
export { HTTPRequest, type HTTPRequestMethod } from './services/http/request';
export { HTTPResponse, type HTTPEvent, HTTPResponseError } from './services/http/response';
export {
type ISocket,
ISocketService,
Expand Down

0 comments on commit bced914

Please sign in to comment.