UNPKG

@particular.cloud/i18n-js

Version:

The i18n javascript and typescript sdk of particular.cloud

8 lines (7 loc) 203 B
import type { InternalConfig } from './types'; /** * used to reset the config */ export declare const defaultConfig: InternalConfig; declare const config: InternalConfig; export default config;