Skip to content

Commit 89cc0ab

Browse files
committed
Update artifacts
1 parent d919896 commit 89cc0ab

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

math/base/napi/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
[87,87,100,1,1,100,0,0,100,87,87,100,"783804dbc9b3899c5227c5593e0ca1e8a6a9f195","2023-12-09 13:57:44 -0800"]
44
[87,87,100,1,1,100,0,0,100,87,87,100,"15204d79d9a8dfeb4c520e6948813f29972e0aa2","2025-01-22 20:41:34 -0800"]
55
[87,87,100,1,1,100,0,0,100,87,87,100,"e40aa38b11d19c9e9c00743e5dcc2e484ce10e5f","2025-03-01 18:47:40 -0800"]
6+
[87,87,100,1,1,100,0,0,100,87,87,100,"17709703d0516442352be88ec16887dd4f95d42c","2025-03-01 18:48:52 -0800"]

math/base/napi/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1><a href="../../../../index.html">All files</a> math/base/napi/lib</h1>
101101
<div class='footer quiet pad2 space-top1 center small'>
102102
Code coverage generated by
103103
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104-
at 2025-03-02T02:48:41.785Z
104+
at 2025-03-02T02:49:49.284Z
105105
</div>
106106
<script src="../../../../prettify.js"></script>
107107
<script>

math/base/napi/index.js.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">math/b
279279
* @name binary
280280
* @memberof ns
281281
* @readonly
282-
* @type {Function}
282+
* @type {string}
283283
* @see {@link module:@stdlib/math/base/napi/binary}
284284
*/
285285
setReadOnly( ns, 'binary', require( '@stdlib/math/base/napi/binary' ) );
@@ -288,7 +288,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">math/b
288288
* @name quaternary
289289
* @memberof ns
290290
* @readonly
291-
* @type {Function}
291+
* @type {string}
292292
* @see {@link module:@stdlib/math/base/napi/quaternary}
293293
*/
294294
setReadOnly( ns, 'quaternary', require( '@stdlib/math/base/napi/quaternary' ) );
@@ -297,7 +297,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">math/b
297297
* @name quinary
298298
* @memberof ns
299299
* @readonly
300-
* @type {Function}
300+
* @type {string}
301301
* @see {@link module:@stdlib/math/base/napi/quinary}
302302
*/
303303
setReadOnly( ns, 'quinary', require( '@stdlib/math/base/napi/quinary' ) );
@@ -306,7 +306,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">math/b
306306
* @name ternary
307307
* @memberof ns
308308
* @readonly
309-
* @type {Function}
309+
* @type {string}
310310
* @see {@link module:@stdlib/math/base/napi/ternary}
311311
*/
312312
setReadOnly( ns, 'ternary', require( '@stdlib/math/base/napi/ternary' ) );
@@ -315,7 +315,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">math/b
315315
* @name unary
316316
* @memberof ns
317317
* @readonly
318-
* @type {Function}
318+
* @type {string}
319319
* @see {@link module:@stdlib/math/base/napi/unary}
320320
*/
321321
setReadOnly( ns, 'unary', require( '@stdlib/math/base/napi/unary' ) );
@@ -331,7 +331,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">math/b
331331
<div class='footer quiet pad2 space-top1 center small'>
332332
Code coverage generated by
333333
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
334-
at 2025-03-02T02:48:41.785Z
334+
at 2025-03-02T02:49:49.284Z
335335
</div>
336336
<script src="../../../../prettify.js"></script>
337337
<script>

0 commit comments

Comments
 (0)