zepio/flow-custom-typedefs/uniq-by.js

4 lines
102 B
JavaScript

declare module 'lodash.uniqby' {
declare module.exports: <T>(arr: T[], (T) => $Values<T>) => T[];
}