We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a1acb4 commit ea4c1f3Copy full SHA for ea4c1f3
1 file changed
src/arraylike-at.ts
@@ -1,4 +1,4 @@
1
-const TypedArray = Reflect.getPrototypeOf(Int8Array) as Int8ArrayConstructor|null
+const TypedArray = Reflect.getPrototypeOf(Int8Array) as Int8ArrayConstructor | null
2
3
export function arrayLikeAt<T>(this: ArrayLike<T>, i: number): T | void {
4
const l = this.length
0 commit comments