UNPKG
complugin-babel
Version:
latest (1.3.0)
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.0
complugin to compile bundles with the babel.
gitee.com/xxXyh1908/complugin-babel/
complugin-babel
/
dist
/
helpers.d.ts
6 lines
(5 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
HELPERS
=
"\0complugin-plugin-babel-helpers"
;
declare
const
_default
:
(
{ types: t }:
any
) =>
{
pre
(
file
:
any
):
void
; };
export
default
_default;