UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

3 lines (2 loc) 110 B
declare function promisify<T = any>(fn: (...args: any[]) => any): () => Promise<T>; export default promisify;