cbor v0.3.1decodeNullOn this pagedecodeNull export function decodeNull(bytes: BytesLike): null Checks if next element in bytes is a null. Throws an error if it isn't. Arguments 1. bytes bytes: BytesLike Returns null