Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F1262556
url-with-new-params.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
208 B
Referenced Files
None
Subscribers
None
url-with-new-params.ts
View Options
import
{
Context
}
from
"koa"
;
import
qs
from
"qs"
;
export
function
UrlWithNewParams
(
ctx
:
Context
,
query_params
:
Record
<
string
,
unknown
>
)
:
string
{
return
`
${
ctx
.
path
}
?
${
qs
.
stringify
(
query_params
)
}
`
;
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Fri, Jan 24, 15:15 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
599523
Default Alt Text
url-with-new-params.ts (208 B)
Attached To
Mode
rSGEN sealgen
Attached
Detach File
Event Timeline
Log In to Comment