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)

9 lines 291 B
/** * Asserts that the input is a locale. * * @param {any} input - The input to check. * @returns {Locale} The input if it is a locale. * @throws {Error} If the input is not a locale. */ export function assertIsLocale(input: any): Locale; //# sourceMappingURL=assert-is-locale.d.ts.map