Deno.UnsafePointerView.prototype.getUint8 - Deno documentation
method Deno.UnsafePointerView.prototype.getUint8

Gets an unsigned 8-bit integer at the specified byte offset from the pointer.

Parameters

optional
offset: number

Return Type

number