UNPKG

@toutix/whitelabel

Version:

Toutix whitelabel React container components

3 lines 204 B
export type InlineArrayResult<T> = [T | null, Error | null]; export declare const inlinePromise: <T>(promise: Promise<T | any>) => Promise<InlineArrayResult<T>>; //# sourceMappingURL=promise-util.d.ts.map