Explore
Docs
Pricing
About
⌘K
Feedback
Log in
Sign up
Log in
Sign Up
@sglavina
1 public val
Joined
May 27, 2023
@sglavina.
pub
v50
Fork
1
2
3
let
pub
=
async
(
req
:
express
.
Request
,
res
:
express
.
Response
)
=>
{
res
.
send
(
await
@
me
.
priv
(
req
)
)
;
}
;
…
0
0
0
Prev
Next
?