mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 16:32:32 +00:00
chore: update interface record per libp2p pr feedback
This commit is contained in:
parent
e73646c893
commit
a99b9582dc
@ -15,7 +15,7 @@ export interface Record {
|
||||
*/
|
||||
marshal(): Uint8Array;
|
||||
/**
|
||||
* erifies if the other provided Record is identical to this one.
|
||||
* Verifies if the other provided Record is identical to this one.
|
||||
*/
|
||||
equals(other: any): other is Record
|
||||
equals(other: unknown): boolean
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user