Skip to content

Commit 27de1cc

Browse files
committed
Auto-generated commit
1 parent c32ebf0 commit 27de1cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`3723016`](https://github.com/stdlib-js/stdlib/commit/372301698741dabe395a42571d592c181920152f) - **style:** disable lint rule _(by Athan Reines)_
2526
- [`8a705c1`](https://github.com/stdlib-js/stdlib/commit/8a705c186da6520d402005633f397819a131581c) - **feat:** add `wasm` namespace _(by Athan Reines)_
2627

2728
</details>

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3781,7 +3781,7 @@ declare module '@stdlib/types/slice' {
37813781
* import * as wasm from `@stdlib/types/wasm`;
37823782
*/
37833783
declare module '@stdlib/types/wasm' {
3784-
import { Collection, AccessorArrayLike } from '@stdlib/types/array';
3784+
import { Collection, AccessorArrayLike } from '@stdlib/types/array'; // eslint-disable-line no-duplicate-imports
37853785

37863786
/**
37873787
* WebAssembly memory interface.

0 commit comments

Comments
 (0)