Skip to content

Commit

Permalink
Update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Apr 7, 2024
1 parent eaaf3c9 commit cd0abd7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions array/base/coverage.ndjson
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,4 @@
[1518,1518,100,1,1,100,0,0,100,1518,1518,100,"5c037206504ac00cb49d1d70b39e7345505d3ed2","2024-03-16 12:47:34 -0400"]
[1518,1518,100,1,1,100,0,0,100,1518,1518,100,"e624c49ec5d522b7dd606df464fc65c7ff01e893","2024-03-17 10:50:06 -0400"]
[1527,1527,100,1,1,100,0,0,100,1527,1527,100,"23aef95e6b451410a788143a0fbdd2d67be8f808","2024-04-06 18:38:31 -0700"]
[1527,1527,100,1,1,100,0,0,100,1527,1527,100,"64d9f194970e11865d2b921cd1af4b3993b24927","2024-04-06 23:43:12 -0700"]
2 changes: 1 addition & 1 deletion array/base/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../../index.html">All files</a> array/base/lib</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-04-07T01:41:25.907Z
at 2024-04-07T06:45:27.232Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down
6 changes: 3 additions & 3 deletions array/base/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -4569,13 +4569,13 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/bas
setReadOnly( ns, 'unitspace', require( '@stdlib/array/base/unitspace' ) );
&nbsp;
/**
* @name with
* @name arrayWith
* @memberof ns
* @readonly
* @type {Function}
* @see {@link module:@stdlib/array/base/with}
*/
setReadOnly( ns, 'with', require( '@stdlib/array/base/with' ) );
setReadOnly( ns, 'arrayWith', require( '@stdlib/array/base/with' ) );
&nbsp;
/**
* @name zeroTo
Expand Down Expand Up @@ -4651,7 +4651,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">array/bas
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-04-07T01:41:25.907Z
at 2024-04-07T06:45:27.232Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down

0 comments on commit cd0abd7

Please sign in to comment.