Skip to content

Commit 69d4f4b

Browse files
authored
docs: update namespace table of contents
PR-URL: #5489 Reviewed-by: Athan Reines <[email protected]>
1 parent dba2065 commit 69d4f4b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/node_modules/@stdlib/utils/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ The namespace has the following sub-namespaces:
318318
- <span class="signature">[`safeintmax( dtype )`][@stdlib/utils/safe-int-max]</span><span class="delimiter">: </span><span class="description">return the maximum safe integer capable of being represented by a numeric real type.</span>
319319
- <span class="signature">[`safeintmin( dtype )`][@stdlib/utils/safe-int-min]</span><span class="delimiter">: </span><span class="description">return the minimum safe integer capable of being represented by a numeric real type.</span>
320320
- <span class="signature">[`sizeOf( dtype )`][@stdlib/utils/size-of]</span><span class="delimiter">: </span><span class="description">return the size (in bytes) of the canonical binary representation of a specified numeric type.</span>
321-
- <span class="signature">[`thunk( fcn[, ...args] )`][@stdlib/utils/thunk]</span><span class="delimiter">: </span><span class="description">generate a thunk.</span>
322321
- <span class="signature">[`timeit( code, [options,] clbk )`][@stdlib/utils/timeit]</span><span class="delimiter">: </span><span class="description">time a snippet.</span>
323322
- <span class="signature">[`typemax( dtype )`][@stdlib/utils/type-max]</span><span class="delimiter">: </span><span class="description">return the maximum value of a specified numeric type.</span>
324323
- <span class="signature">[`typemin( dtype )`][@stdlib/utils/type-min]</span><span class="delimiter">: </span><span class="description">return the minimum value of a specified numeric type.</span>
@@ -439,8 +438,6 @@ console.log( objectKeys( utils ) );
439438

440439
[@stdlib/utils/size-of]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/size-of
441440

442-
[@stdlib/utils/thunk]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/thunk
443-
444441
[@stdlib/utils/timeit]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/timeit
445442

446443
[@stdlib/utils/type-max]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/type-max

0 commit comments

Comments
 (0)