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
/
event.d.ts
3 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
import
{
AST
}
from
"../type"
;
export
declare
function
transformEvent
(
attrKey
:
string
,
attrVal
?:
string
):
AST
.
Event
;