zepio/flow-custom-typedefs/eres.js

4 lines
93 B
JavaScript
Raw Normal View History

2019-01-28 16:33:23 -08:00
declare module 'eres' {
declare module.exports: <T>(Promise<T>) => Promise<[?Error, T]>;
}