UNPKG

@necord/localization

Version:

Localize your Discord bot with Necord!

5 lines (4 loc) 199 B
import { ExecutionContext } from '@nestjs/common'; export interface LocaleResolver { resolve(context: ExecutionContext): Promise<string | string[] | undefined> | string | string[] | undefined; }