UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
Form
/
promisify.d.ts
3 lines
(2 loc)
•
110 B
TypeScript
View Raw
1
2
3
declare
function
promisify<T =
any
>(
fn
:
(
...
args
:
any
[]
) =>
any
):
() =>
Promise
<T>;
export
default
promisify;