Fix missing type

Fixes #206
This commit is contained in:
Sindre Sorhus 2021-05-08 16:18:08 +07:00
parent 46f0792dd2
commit 2ac33c7c1d

View File

@ -1,3 +1,5 @@
/// <reference lib="es2020.bigint"/>
/**
Matches any [typed array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray), like `Uint8Array` or `Float64Array`.
*/