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