UNPKG
@toutix/whitelabel
Version:
latest (1.0.1)
1.0.1
1.0.0
Toutix whitelabel React container components
github.com/toutix/toutix-web-v2
toutix/toutix-web-v2
@toutix/whitelabel
/
dist
/
src
/
lib
/
promise-util.d.ts
3 lines
•
204 B
TypeScript
View Raw
1
2
3
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