Skip to content

Commit

Permalink
[types] remove incorrect overload
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 19, 2024
1 parent 433be34 commit b509518
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
declare function arrayBufferByteLength(buffer: ArrayBuffer): number;
declare function arrayBufferByteLength(buffer: ArrayBuffer): 'AUTO';
declare function arrayBufferByteLength(buffer: unknown): typeof NaN;

export = arrayBufferByteLength;

0 comments on commit b509518

Please sign in to comment.