UNPKG

@near-wallet-selector/core

Version:

This is the core package for NEAR Wallet Selector.

4 lines (3 loc) 264 B
export type SupportedLanguage = "en" | "es" | "zh" | "bg" | "ko" | "vi" | "hi" | "ar" | "hr" | "mk" | "sl" | "sr"; export declare const allowOnlyLanguage: (langCode: SupportedLanguage | undefined) => void; export declare const translate: (path: string) => string;