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

12 lines 868 B
export { defaultCompilerOptions, type CompilerOptions, } from "./compiler-options.js"; export type { LocalizedString, MessagePart, MessageMarkupAttribute, MessageMarkupOption, MessageMarkupAttributes, MessageMarkupOptions, MessageMarkupTag, MessageMarkupSchema, MessageMetadata, 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