UNPKG

@herberttn/bytenode-webpack-plugin

Version:
7 lines 217 B
interface LoaderOptions { imports: string[]; } declare function createLoaderCode(options: LoaderOptions): string; export { createLoaderCode, }; export type { LoaderOptions, }; //# sourceMappingURL=loaders.d.ts.map