UNPKG

kobp

Version:
9 lines (8 loc) 279 B
import { KobpServiceContext } from '../context'; export declare class Lang { static requestHeaderLanguageKey: string; static defaultLangSymbol: string; private langFromHeader; constructor(ctx: KobpServiceContext); static current(fallback?: string): string; }