Update index.d.ts

This commit is contained in:
Homa Wong 2017-01-24 16:35:38 -08:00 committed by GitHub
parent ae3b2e73d3
commit afa6e180c8

View File

@ -5,7 +5,6 @@
import * as Redux from "redux";
// Trickery to get TypeScript to accept that our anonymous, non-default export is a function.
// see https://github.com/Microsoft/TypeScript/issues/3612 for more
declare namespace createLogger {