@xo-cash/utils
    Preparing search index...

    Function extendedJsonReviver

    • The JSON reviver that reconstructs bigint and Uint8Array values encoded by extendedJsonReplacer.

      Note: To use this function, pass it as the second argument to JSON.parse when deserializing data.

      Parameters

      • _propertyKey: string

        The property key being deserialized, required by the JSON.parse reviver but not used here.

      • value: unknown

        The value to reconstruct or pass through unchanged.

      Returns unknown

      The reconstructed value