Skip to content

Commit 8153f5f

Browse files
committed
Update artifacts
1 parent 1fba7b2 commit 8153f5f

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

utils/none-own-by/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
[125,125,100,10,10,100,1,1,100,125,125,100,"ed9a036b50dd520e8090f047928e6e45611d0b46","2025-04-24 22:38:02 -0400"]
66
[125,125,100,10,10,100,1,1,100,125,125,100,"8a62a9ddb695916cf7c6e3e86376f3da3c7d66fb","2025-06-25 20:48:21 -0700"]
77
[125,125,100,10,10,100,1,1,100,125,125,100,"5a704e58579ef5c9ac7599e77c48d8ee07a2fdb5","2025-08-19 19:04:11 -0500"]
8+
[125,125,100,10,10,100,1,1,100,125,125,100,"d2b9b0c10f35487713f6925c360b504a1f9e0a14","2025-08-21 12:43:42 -0400"]

utils/none-own-by/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1><a href="../../../index.html">All files</a> utils/none-own-by/lib</h1>
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2025-08-20T00:16:28.696Z
119+
at 2025-08-21T16:44:50.809Z
120120
</div>
121121
<script src="../../../prettify.js"></script>
122122
<script>

utils/none-own-by/index.js.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,13 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/non
192192
* var noneOwnBy = require( '@stdlib/utils/none-own-by' );
193193
*
194194
* function isUnderage( age ) {
195-
* return age &lt; 18;
195+
* return age &lt; 18;
196196
* }
197197
*
198198
* var obj = {
199-
* a : 10,
200-
* b : 12,
201-
* c : 15
199+
* 'a': 10,
200+
* 'b': 12,
201+
* 'c': 15
202202
* };
203203
*
204204
* var bool = noneOwnBy( obj, isUnderage );
@@ -220,7 +220,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/non
220220
<div class='footer quiet pad2 space-top1 center small'>
221221
Code coverage generated by
222222
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
223-
at 2025-08-20T00:16:28.696Z
223+
at 2025-08-21T16:44:50.809Z
224224
</div>
225225
<script src="../../../prettify.js"></script>
226226
<script>

utils/none-own-by/main.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/non
295295
<div class='footer quiet pad2 space-top1 center small'>
296296
Code coverage generated by
297297
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
298-
at 2025-08-20T00:16:28.696Z
298+
at 2025-08-21T16:44:50.809Z
299299
</div>
300300
<script src="../../../prettify.js"></script>
301301
<script>

0 commit comments

Comments
 (0)