UNPKG

bob-the-bundler

Version:
10 lines 347 B
type Exports = string | { require?: string | Record<string, string>; import?: string | Record<string, string>; default?: string | Record<string, string>; }; export declare function rewriteExports(exports: Record<string, Exports>, distDir: string): { [x: string]: Exports; }; export {}; //# sourceMappingURL=rewrite-exports.d.ts.map