UNPKG

@inlang/paraglide-js

Version:

[![NPM Downloads](https://img.shields.io/npm/dw/%40inlang%2Fparaglide-js?logo=npm&logoColor=red&label=npm%20downloads)](https://www.npmjs.com/package/@inlang/paraglide-js) [![GitHub Issues](https://img.shields.io/github/issues-closed/opral/paraglide-js?lo

13 lines 591 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"]>; disableAsyncLocalStorage: NonNullable<CompilerOptions["disableAsyncLocalStorage"]>; }; }): string; //# sourceMappingURL=create-server-file.d.ts.map