Skip to content

Commit

Permalink
remove unused declare
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jul 20, 2024
1 parent 925ede0 commit 0b4f813
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/async/AggregateError.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/// <reference lib="es2021.promise" />

declare const process: { env: any } | undefined

/**
* The `AggregateError` object represents an error when several errors
* need to be wrapped in a single error.
Expand Down

0 comments on commit 0b4f813

Please sign in to comment.