From 2ac33c7c1deea281d0bb80e2b63411fb8b04aa89 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 8 May 2021 16:18:08 +0700 Subject: [PATCH] Fix missing type Fixes #206 --- source/typed-array.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/typed-array.d.ts b/source/typed-array.d.ts index 15e22a3e..d4855ae4 100644 --- a/source/typed-array.d.ts +++ b/source/typed-array.d.ts @@ -1,3 +1,5 @@ +/// + /** Matches any [typed array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray), like `Uint8Array` or `Float64Array`. */