Skip to main content

getMeta

Callable

  • getMeta<K>(key: Exclude<K, never>): unknown
  • getMeta<K>(key: K): ICustomGlobalMeta[K] | undefined
  • getMeta<V>(key: string): V | undefined

  • Gets a value using the specified key.


    Type parameters

    • K: string