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 689 B
export { defaultCompilerOptions, type CompilerOptions, } from "./compiler-options.js"; export type { MessageBundleFunction, MessageFunction } from "./types.js"; export type { Runtime } from "./runtime/type.js"; export type { ServerRuntime } from "./server/type.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.d.ts.map