src/modules/redux-logger-test.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Once you do that you should be able to import the module with a namespace import:
import * as createLogger from 'redux-logger';

// or with the equivalent:
import createLogger = require('redux-logger');