/**
 * @packageDocumentation
 *
 * A webpack plugin that adds runtime wrapper to allow JavaScript to be load by Lynx.
 */
export { RuntimeWrapperWebpackPlugin } from './RuntimeWrapperWebpackPlugin.js';
export type { RuntimeWrapperWebpackPluginOptions } from './RuntimeWrapperWebpackPlugin.js';
