UNPKG

bob-the-bundler

Version:
5 lines 251 B
/** * Rewrite import and export statements to append the correct .js file extension when needed */ export declare function rewriteCodeImports(fileContents: string, absoluteFilePath: string): string; //# sourceMappingURL=rewrite-code-imports.d.ts.map