UNPKG

ajv-ftl-i18n

Version:

Transpile Fluent (ftl) files into ajv error translations.

12 lines (11 loc) 270 B
// Copyright 2026 will Farrell, and ajv-ftl-i18n contributors. // SPDX-License-Identifier: MIT declare const transpile: ( ftl: string, options?: { locale?: string | string[]; comments?: boolean; [key: string]: unknown; }, ) => string; export default transpile;