UNPKG

@owja/i18n

Version:

lightweight internationalization library for javascript

7 lines (6 loc) 348 B
import type { TranslatorPlugin } from "./types"; export declare type Formats = { [type: string]: Intl.DateTimeFormatOptions; }; export declare const defaultFormats: Formats; export declare function createDateTimePlugin(locale?: Intl.Locale | string, defaultTimezone?: string, defaultFormat?: string, formats?: Formats): TranslatorPlugin;