UNPKG

ajv-ftl-i18n

Version:

Transpile Fluent (ftl) files into ajv error translations.

8 lines (5 loc) 199 B
#!/usr/bin/env node // Copyright 2026 will Farrell, and ajv-ftl-i18n contributors. // SPDX-License-Identifier: MIT import { createProgram } from "./program.js"; await createProgram().parseAsync();