mirror of
https://github.com/oven-sh/bun
synced 2026-02-17 22:32:06 +00:00
Fix failing type test
This commit is contained in:
@@ -13,6 +13,4 @@ async function* listReleases() {
|
||||
}
|
||||
}
|
||||
|
||||
const releases = await Array.fromAsync(listReleases());
|
||||
|
||||
export {};
|
||||
export const releases = await Array.fromAsync(listReleases());
|
||||
|
||||
Reference in New Issue
Block a user