UNPKG

@inlang/paraglide-js

Version:

[![Inlang-ecosystem compatibility badge](https://cdn.jsdelivr.net/gh/opral/monorepo@main/inlang/assets/md-badges/inlang.svg)](https://inlang.com)

12 lines 499 B
import type { CompiledBundleWithMessages } from "../compile-bundle.js"; import type { CompilerOptions } from "../compiler-options.js"; /** * Returns the code for the `runtime.js` module */ export declare function createServerFile(args: { compiledBundles: CompiledBundleWithMessages[]; compilerOptions: { experimentalMiddlewareLocaleSplitting: NonNullable<CompilerOptions["experimentalMiddlewareLocaleSplitting"]>; }; }): string; //# sourceMappingURL=create-server-file.d.ts.map