UNPKG
esbuild-plugin-extract-helpers
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Esbuild plugin to extract cjs helpers (like tslib)
github.com/antongolub/misc
antongolub/misc
esbuild-plugin-extract-helpers
/
target
/
dts
/
index.d.ts
3 lines
(2 loc)
•
92 B
TypeScript
View Raw
1
2
3
export
*
from
'./plugin.ts'
;
export
{ extractHelpersPlugin
as
default
}
from
'./plugin.ts'
;