UNPKG

hono

Version:

Web framework built on Web Standards

8 lines (7 loc) 383 B
import type { LanguageVariables, DetectorOptions, DetectorType, CacheType } from './language'; export type { LanguageVariables, DetectorOptions, DetectorType, CacheType }; export { languageDetector, detectFromCookie, detectFromHeader, detectFromPath, detectFromQuery, } from './language'; declare module '../..' { interface ContextVariableMap extends LanguageVariables { } }