mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-20 00:18:45 +01:00
2 lines
52 B
TypeScript
2 lines
52 B
TypeScript
export type MapAsync<T> = (value: T) => Promise<T>;
|