File size: 287 Bytes
da39a92
 
 
 
 
 
 
 
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