UNPKG
@esbuild-plugins/node-modules-polyfill
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
github.com/remorses/esbuild-plugins
remorses/esbuild-plugins
@esbuild-plugins/node-modules-polyfill
/
esm
/
index.d.ts
8 lines
•
287 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Plugin
}
from
'esbuild'
;
export
interface
NodePolyfillsOptions
{
name
?:
string
;
namespace
?:
string
; }
export
declare
function
NodeModulesPolyfillPlugin
(
options
?:
NodePolyfillsOptions
):
Plugin
;
export
default
NodeModulesPolyfillPlugin
;
//# sourceMappingURL=index.d.ts.map