method Deno.UnsafePointerView.prototype.getUint16 UnsafePointerView.prototype.getUint16(offset?: number): number Gets an unsigned 16-bit integer at the specified byte offset from the pointer. Parameters optional offset: number Return Type number