2 lines
52 B
TypeScript
2 lines
52 B
TypeScript
7 years ago
|
export type MapAsync<T> = (value: T) => Promise<T>;
|