Add `MapAsync` type definition

pull/1/head
Daniel Gasienica 7 years ago
parent 648a7ab1bb
commit e5d90775d0

@ -0,0 +1,4 @@
/**
* @prettier
*/
export type MapAsync<T> = (value: T) => Promise<T>;
Loading…
Cancel
Save