Typeberry by Fluffy Labs - v0.4.0
    Preparing search index...

    Type Alias KeyMapper<K>

    KeyMapper: (key: K) => string | number | bigint | symbol

    Key representation that can be stored in a map.

    Type Parameters

    • K

    Type Declaration

      • (key: K): string | number | bigint | symbol
      • Parameters

        • key: K

        Returns string | number | bigint | symbol