mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
2 lines
52 B
TypeScript
2 lines
52 B
TypeScript
export type MapAsync<T> = (value: T) => Promise<T>;
|