Skip to content

Commit

Permalink
Merge pull request #192 from marcobiedermann/hotfix/typescript-import
Browse files Browse the repository at this point in the history
fix: TypeScript i18next import
  • Loading branch information
jamuhl authored Sep 2, 2019
2 parents 1be381a + f45aafc commit 788ee1b
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 788ee1b

Please sign in to comment.