@inlang/paraglide-js
Version:
[](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
TypeScript
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