lbry-redux/flow-typed/rereselect.js

7 lines
239 B
JavaScript
Raw Normal View History

2021-10-07 10:04:53 +02:00
// @flow
// We should be using the `reselect` that comes with flow-typed but it's going to take a ton of work to get that working
// without any errors. For now it's any type
declare module 're-reselect' {
declare module.exports: any;
}