We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9b848 commit f4d23dbCopy full SHA for f4d23db
1 file changed
fields.ts
@@ -270,7 +270,9 @@ export function string(
270
export function bytes(
271
fieldOffset: number,
272
byteLength?: number,
273
-): StructPropertyDescriptor<Uint8Array> & ReadOnlyAccessorDescriptor<Uint8Array> {
+):
274
+ & StructPropertyDescriptor<Uint8Array>
275
+ & ReadOnlyAccessorDescriptor<Uint8Array> {
276
return {
277
get() {
278
const end = byteLength !== undefined
0 commit comments