Skip to content

Commit

Permalink
fix: eld module
Browse files Browse the repository at this point in the history
  • Loading branch information
hengstchon committed Oct 3, 2024
1 parent 3c32f77 commit 791ee72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ declare interface Window {
};
};
}

declare module "eld" {
export const eld: {
detect: (text: string) => { language: string };
};
}

0 comments on commit 791ee72

Please sign in to comment.