Static
u8Checks if the length of a Uint8Array is at least a specified length. Throws an error if the length is less than the specified length.
Optional
message: stringStatic
u8Checks if the length of a Uint8Array equals a specified length and throws an error if the lengths do not match.
Optional
message: stringStatic
u8Compares two Uint8Arrays for equality and throws an error if they are not equal.
Optional
message: string
Utility class for validating objects.