Appearance
Checks whether the value is a byte array or not.
import { isBytes } from 'viem'
import { isBytes } from 'viem' isBytes(new Uint8Array([1, 69, 420])) // true isBytes([1, 69, 420]) // false
boolean
Returns truthy is the value is a byte array.