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