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

10 lines 314 B
/** * Creates the README.md content for the compiled output. * * This helps LLMs understand the compiled Paraglide JS output. * See https://llmstxt.org/ for the format guidelines. */ export declare function createReadme(args: { projectPath?: string; }): string; //# sourceMappingURL=create-readme.d.ts.map