UNPKG

@cookbook/solid-intl

Version:

A universal internationalization (i18n) for Solid inspired by React Intl & FormatJS

5 lines (4 loc) 201 B
import type { IntlConfig } from "./types"; declare function processConfig<T extends IntlConfig = IntlConfig>(config: T): Readonly<IntlConfig>; export type { IntlConfig }; export default processConfig;