Interface DisplayNames

interface DisplayNames {
    of(code: string): string;
    resolvedOptions(): ResolvedDisplayNamesOptions;
}

Methods