Skip to content

Commit 2ac33c7

Browse files
committed
Fix missing type
Fixes #206
1 parent 46f0792 commit 2ac33c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/typed-array.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/// <reference lib="es2020.bigint"/>
2+
13
/**
24
Matches any [typed array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray), like `Uint8Array` or `Float64Array`.
35
*/

0 commit comments

Comments
 (0)