zepio/flow-custom-typedefs/lodash.flow.js

4 lines
118 B
JavaScript
Raw Permalink Normal View History

2019-01-28 16:33:23 -08:00
declare module 'lodash.flow' {
declare module.exports: $ComposeReverse & ((funcs?: Array<Function>) => Function);
}