UNPKG

authvisage-sdk

Version:
4 lines 185 B
type AwaitResult<T> = [T, null] | [null, Error]; export declare const safeAwait: <T>(promise: Promise<T>) => Promise<AwaitResult<T>>; export {}; //# sourceMappingURL=safe-await.d.ts.map