From 8e576fd114ad885dbb5aeb3d59d790ac3c9038ec Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Wed, 13 May 2026 03:18:14 +0000 Subject: [PATCH] feat: update `assert` TypeScript declarations Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> --- lib/node_modules/@stdlib/assert/docs/types/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/node_modules/@stdlib/assert/docs/types/index.d.ts b/lib/node_modules/@stdlib/assert/docs/types/index.d.ts index d2da244a75c3..96c41cbba987 100644 --- a/lib/node_modules/@stdlib/assert/docs/types/index.d.ts +++ b/lib/node_modules/@stdlib/assert/docs/types/index.d.ts @@ -7794,10 +7794,10 @@ interface Namespace { isTypeError: typeof isTypeError; /** - * Tests if a value is a typed array. + * Tests if a value is a built-in typed array. * * @param value - value to test - * @returns boolean indicating if a value is a typed array + * @returns boolean indicating if a value is a built-in typed array * * @example * var Int8Array = require( '@stdlib/array/int8' );