Skip to content

Commit

Permalink
Add ambient typings to more places
Browse files Browse the repository at this point in the history
Not sure why this is needed; hopefully we can remove it later.
  • Loading branch information
jessepinho committed Mar 15, 2024
1 parent e393dca commit 32e25e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions apps/minifront/array-from-async.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'array-from-async';
4 changes: 1 addition & 3 deletions packages/router/array-from-async.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
declare module 'array-from-async' {
export { default } from '@penumbra-zone/polyfills/src/Array.fromAsync';
}
declare module 'array-from-async';
1 change: 1 addition & 0 deletions packages/transport-dom/array-from-async.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'array-from-async';

0 comments on commit 32e25e3

Please sign in to comment.