Shared module (alt-shared)FunctionsgetMetaBranch: Release CandidategetMeta CallablegetMeta<K>(key: Exclude<K, never>): unknowngetMeta<K>(key: K): ICustomGlobalMeta[K] | undefinedgetMeta<V>(key: string): V | undefinedGets a value using the specified key.Type parametersK: string
Gets a value using the specified key.