UNPKG
react-gnome
Version:
latest (0.0.1)
0.0.1
## Getting Started
react-gnome
/
dist
/
types
/
polyfills
/
shared
/
utils.d.ts
5 lines
(4 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
_async<T =
void
>(
callback
:
(
promise
: { resolve(v: T):
void
; reject(e:
any
):
void
; }
) =>
void
):
Promise
<T>;