• Checks if 2 Uint8Array are equal. Note: if both first and second are null, then they are considered equal

    Parameters

    • first: null | Uint8Array
    • second: null | Uint8Array

    Returns bool

Generated using TypeDoc