File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -3781,7 +3781,7 @@ declare module '@stdlib/types/slice' {
37813781* import * as wasm from `@stdlib/types/wasm`;
37823782*/
37833783declare 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.
You can’t perform that action at this time.
0 commit comments