UNPKG
@nova-ts/core
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A serverside framework used to build scalable application
github.com/Inbanithi107/NovaTS
@nova-ts/core
/
dist
/
chunk-S2OBNO6I.js
15 lines
(13 loc)
•
262 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import
{ createParameterDecorator }
from
"./chunk-U74ZPA45.js"
;
// src/Decorators/Request.ts
function
Requset
(
) {
return
createParameterDecorator
(
(
req, res, next
) =>
{
return
req; }); }
export
{
Requset
};
//# sourceMappingURL=chunk-S2OBNO6I.js.map