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

9 lines 486 B
export { defaultCompilerOptions, } from "./compiler-options.js"; export { compile } from "./compile.js"; export { compileProject } from "./compile-project.js"; export { compileBundle } from "./compile-bundle.js"; export { compileMessage } from "./compile-message.js"; export { compilePattern } from "./compile-pattern.js"; export { writeOutput } from "../services/file-handling/write-output.js"; export { createParaglide } from "./create-paraglide.js"; //# sourceMappingURL=index.js.map