@wharfkit/session - v4.0.1
    Preparing search index...

    Type Alias SerializedSessionEqualityFn

    SerializedSessionEqualityFn: (a: SessionType, b: SessionType) => boolean

    A predicate deciding whether two sessions refer to the same thing, used to deduplicate sessions in storage and to select which session a logout removes.

    Type Declaration