UNPKG

@catchphrase/core

Version:

Functional i18n library for the web

7 lines (6 loc) 265 B
import { Catchphrase, CatchphraseConfig, LanguageCode } from "./types"; /** * Creates a new catchphrase instance * @returns */ export declare const createCatchphrase: <L extends LanguageCode>({ languageSelector, }: CatchphraseConfig<L>) => Catchphrase<L>;