Skip to content

Commit ea4c1f3

Browse files
authored
prettier go brr
1 parent 7a1acb4 commit ea4c1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/arraylike-at.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const TypedArray = Reflect.getPrototypeOf(Int8Array) as Int8ArrayConstructor|null
1+
const TypedArray = Reflect.getPrototypeOf(Int8Array) as Int8ArrayConstructor | null
22

33
export function arrayLikeAt<T>(this: ArrayLike<T>, i: number): T | void {
44
const l = this.length

0 commit comments

Comments
 (0)