Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
DaryaLari committed Dec 27, 2024
1 parent 93211c5 commit ec5aa71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/@types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@ declare module '*.webp' {

export default path;
}

interface Array<T> {
filter(predicate: BooleanConstructor): NonNullable<T>[];
}

0 comments on commit ec5aa71

Please sign in to comment.