Skip to content

Commit 0a7fa1b

Browse files
committed
Update artifacts
1 parent 83f0168 commit 0a7fa1b

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

utils/append/append_array.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/app
5757
<template id="filterTemplate">
5858
<div class="quiet">
5959
Filter:
60-
<input oninput="onInput()" type="search" id="fileSearch">
60+
<input type="search" id="fileSearch">
6161
</div>
6262
</template>
6363
</div>
@@ -214,7 +214,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/app
214214
<div class='footer quiet pad2 space-top1 center small'>
215215
Code coverage generated by
216216
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
217-
at 2023-08-20T02:06:07.324Z
217+
at 2025-05-02T00:00:02.243Z
218218
</div>
219219
<script src="../../../prettify.js"></script>
220220
<script>

utils/append/append_object.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/app
5757
<template id="filterTemplate">
5858
<div class="quiet">
5959
Filter:
60-
<input oninput="onInput()" type="search" id="fileSearch">
60+
<input type="search" id="fileSearch">
6161
</div>
6262
</template>
6363
</div>
@@ -235,7 +235,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/app
235235
<div class='footer quiet pad2 space-top1 center small'>
236236
Code coverage generated by
237237
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
238-
at 2023-08-20T02:06:07.324Z
238+
at 2025-05-02T00:00:02.243Z
239239
</div>
240240
<script src="../../../prettify.js"></script>
241241
<script>

utils/append/append_typed_array.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/app
5757
<template id="filterTemplate">
5858
<div class="quiet">
5959
Filter:
60-
<input oninput="onInput()" type="search" id="fileSearch">
60+
<input type="search" id="fileSearch">
6161
</div>
6262
</template>
6363
</div>
@@ -328,7 +328,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/app
328328
<div class='footer quiet pad2 space-top1 center small'>
329329
Code coverage generated by
330330
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
331-
at 2023-08-20T02:06:07.324Z
331+
at 2025-05-02T00:00:02.243Z
332332
</div>
333333
<script src="../../../prettify.js"></script>
334334
<script>

utils/append/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[322,322,100,26,26,100,4,4,100,322,322,100,"1b163e9c6c6d81533a9418206e349df3bfca3858","2023-08-19 21:48:51 -0400"]
2+
[322,322,100,26,26,100,4,4,100,322,322,100,"66d12182461dcd60d7168c47e4697f4d3421302f","2025-05-01 16:59:06 -0700"]

utils/append/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1><a href="../../../index.html">All files</a> utils/append/lib</h1>
5757
<template id="filterTemplate">
5858
<div class="quiet">
5959
Filter:
60-
<input oninput="onInput()" type="search" id="fileSearch">
60+
<input type="search" id="fileSearch">
6161
</div>
6262
</template>
6363
</div>
@@ -161,7 +161,7 @@ <h1><a href="../../../index.html">All files</a> utils/append/lib</h1>
161161
<div class='footer quiet pad2 space-top1 center small'>
162162
Code coverage generated by
163163
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164-
at 2023-08-20T02:06:07.324Z
164+
at 2025-05-02T00:00:02.243Z
165165
</div>
166166
<script src="../../../prettify.js"></script>
167167
<script>

utils/append/index.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/app
5757
<template id="filterTemplate">
5858
<div class="quiet">
5959
Filter:
60-
<input oninput="onInput()" type="search" id="fileSearch">
60+
<input type="search" id="fileSearch">
6161
</div>
6262
</template>
6363
</div>
@@ -187,8 +187,8 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/app
187187
* @module @stdlib/utils/append
188188
*
189189
* @example
190-
* var append = require( '@stdlib/utils/append' );
191190
* var Float64Array = require( '@stdlib/array/float64' );
191+
* var append = require( '@stdlib/utils/append' );
192192
*
193193
* var arr = [ 1.0, 2.0, 3.0, 4.0, 5.0 ];
194194
*
@@ -217,7 +217,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/app
217217
<div class='footer quiet pad2 space-top1 center small'>
218218
Code coverage generated by
219219
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
220-
at 2023-08-20T02:06:07.324Z
220+
at 2025-05-02T00:00:02.243Z
221221
</div>
222222
<script src="../../../prettify.js"></script>
223223
<script>

utils/append/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/app
5757
<template id="filterTemplate">
5858
<div class="quiet">
5959
Filter:
60-
<input oninput="onInput()" type="search" id="fileSearch">
60+
<input type="search" id="fileSearch">
6161
</div>
6262
</template>
6363
</div>
@@ -322,7 +322,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">utils/app
322322
<div class='footer quiet pad2 space-top1 center small'>
323323
Code coverage generated by
324324
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
325-
at 2023-08-20T02:06:07.324Z
325+
at 2025-05-02T00:00:02.243Z
326326
</div>
327327
<script src="../../../prettify.js"></script>
328328
<script>

0 commit comments

Comments
 (0)