UNPKG
@vue/babel-helper-vue-transform-on
Version:
latest (2.0.1)
2.0.1
2.0.0
1.5.0
1.4.0
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.2.0-alpha.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.0.2
1.0.0
1.0.0-rc.2
to help transform on
github.com/vuejs/babel-plugin-jsx
vuejs/babel-plugin-jsx
@vue/babel-helper-vue-transform-on
/
index.d.mts
6 lines
(4 loc)
•
157 B
text/typescript
View Raw
1
2
3
4
5
6
declare
function
transformOn
(
obj
:
Record
<
string
,
any
>
):
Record
<
`on
${
string
}
`
,
any
>;
export
{ transformOn
as
default
, transformOn
as
'module.exports'
};