Client module (alt-client)FunctionsgetMetagetMeta 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.