Add `MapAsync` type definition
parent
648a7ab1bb
commit
e5d90775d0
@ -0,0 +1,4 @@
|
|||||||
|
/**
|
||||||
|
* @prettier
|
||||||
|
*/
|
||||||
|
export type MapAsync<T> = (value: T) => Promise<T>;
|
Loading…
Reference in New Issue