i18next / i18next-http-middleware

i18next-http-middleware is a middleware to be used with Node.js web frameworks like express or Fastify and also for Deno.
MIT License
152 stars 28 forks source link

Fix the type of the lookup method #37

Closed oxilor closed 3 years ago

oxilor commented 3 years ago

The return type of the lookup method can be not only string | string[], but also undefined.

adrai commented 3 years ago

will merge and release asap

adrai commented 3 years ago

Thank you! Released with v3.1.2