lbry-redux/flow-typed/rereselect.js
2021-10-11 10:43:09 +08:00

7 lines
239 B
JavaScript

// @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;
}