bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Variable getOverlapDetailsConst

    getOverlapDetails: (
        firstList: iAddressList,
        secondList: iAddressList,
    ) => [AddressList, AddressList, AddressList] = AddressList.getOverlapDetails

    Gets the overlap details between two address lists. Returns [inFirstButNotSecond, overlaps, inSecondButNotFirst].

    Type Declaration