Skip to content

Commit

Permalink
fix: TypeScript i18next import
Browse files Browse the repository at this point in the history
Fix TypeScript import of i18next in module declaration
  • Loading branch information
marcobiedermann committed Aug 30, 2019
1 parent 1be381a commit f45aafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as express from 'express';
import i18next from 'i18next';
import * as i18next from 'i18next';

declare global {
namespace Express {
Expand Down

0 comments on commit f45aafc

Please sign in to comment.