UNPKG
@joker.front/ast
Version:
latest (1.3.31)
1.3.31
1.3.30
1.3.29
1.3.28
1.3.25
1.3.24
1.3.22
1.3.21
1.3.20
1.3.19
### Overview
jokers.pub
@joker.front/ast
/
types
/
utils
/
express.d.ts
4 lines
(3 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
export
declare
const
EXPRESSHANDLERTAG
=
"context"
;
export
declare
function
createFuntionBody
(
exp
:
string
):
string
;
export
declare
function
transformDynamic
(
exporessStr
:
string
):
string
|
undefined
;