This website requires JavaScript.
Explore
Docs
Blog
Community
Main Website
Help
Sign In
push.rocks
/
smartrequest
Watch
3
Star
0
Fork
0
You've already forked smartrequest
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ee750dea58dfbef0195a8453997823697eb8c044
smartrequest
/
ts
/
core_node
/
index.ts
4 lines
91 B
TypeScript
Raw
Normal View
History
Unescape
Escape
BREAKING CHANGE(core): major architectural refactoring with fetch-like API
2025-07-27 21:23:20 +00:00
// Core exports
export
*
from
'./response.js'
;
fix(client): Fix CI configuration, prevent socket hangs with auto-drain, and apply various client/core TypeScript fixes and test updates
2025-08-18 00:21:14 +00:00
export
{
CoreRequest
}
from
'./request.js'
;
Reference in New Issue
Copy Permalink