Skip to content

Commit 8e576fd

Browse files
committed
feat: update assert TypeScript declarations
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 5e6cc52 commit 8e576fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/assert/docs/types

lib/node_modules/@stdlib/assert/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7794,10 +7794,10 @@ interface Namespace {
77947794
isTypeError: typeof isTypeError;
77957795

77967796
/**
7797-
* Tests if a value is a typed array.
7797+
* Tests if a value is a built-in typed array.
77987798
*
77997799
* @param value - value to test
7800-
* @returns boolean indicating if a value is a typed array
7800+
* @returns boolean indicating if a value is a built-in typed array
78017801
*
78027802
* @example
78037803
* var Int8Array = require( '@stdlib/array/int8' );

0 commit comments

Comments
 (0)