UNPKG

i18n-js

Version:

A small library to provide I18n on JavaScript.

4 lines (3 loc) 202 B
import { Dict, Scope, TranslateOptions } from "../typing"; import { I18n } from "../I18n"; export declare function createTranslationOptions(i18n: I18n, scope: Scope, options: Dict): TranslateOptions[];