eelkevdbos / elysia-i18next

MIT License
12 stars 3 forks source link

Missing newLanguageDetector export #2

Closed bauerbrun0 closed 8 months ago

bauerbrun0 commented 10 months ago

In the examples/detect.ts file, users are instructed to import newLanguageDetector. However, it appears that the export is missing in the src/index.ts file.

Could you please address this issue by either adding the missing export or removing the import from the example file?