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)

7 lines 184 B
/** * The Paraglide runtime API. */ export type ServerRuntime = { paraglideMiddleware: typeof import("./middleware.js").paraglideMiddleware; }; //# sourceMappingURL=type.d.ts.map