UNPKG

@iiif/3d-manifesto-dev

Version:

IIIF Presentation API utility library for client and server with 3D extension

9 lines (8 loc) 482 B
import Language from "./Language"; /** @deprecated Use PropertyValue instead */ export declare class LanguageMap extends Array<Language> { /** @deprecated Use the `PropertyValue#getValue` instance method instead */ static getValue(languageCollection: LanguageMap, locale?: string): string | null; /** @deprecated Use the `PropertyValue#getValues` instance method instead */ static getValues(languageCollection: LanguageMap, locale?: string): Array<string | null>; }