Skip to content

Commit 15e183d

Browse files
authoredMar 21, 2025
docs: update namespace TypeScript declarations
PR-URL: #6242 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent adcb6df commit 15e183d

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/math/array/special/docs/types

1 file changed

+1
-0
lines changed
 

‎lib/node_modules/@stdlib/math/array/special/docs/types/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ interface Namespace {
4444
* // returns [ 1.0, 2.0, 3.0 ]
4545
*
4646
* var bool = ( out === y );
47+
* // returns true
4748
*/
4849
abs: typeof abs;
4950
}

0 commit comments

Comments
 (0)
Failed to load comments.