b461c684b1
This reverts commitc478bcb587
, reversing changes made tof92d48a2c7
.
5 lines
71 B
JavaScript
5 lines
71 B
JavaScript
// @flow
|
|
|
|
declare module 'reselect' {
|
|
declare module.exports: any;
|
|
}
|